From 0c63eef89c490a26e0b1b6527a2c951b80746734 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 13 Jun 2017 11:10:35 +0000 Subject: [PATCH] push versio to 1.2.5 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8c18e69..2047729 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM quay.io/thallian/php7-fpm:latest +ENV VERSION 1.2.5 + RUN apk add --no-cache \ libressl \ tar \ @@ -27,10 +29,8 @@ RUN apk add --no-cache \ php7-pspell \ php7-apcu -RUN ln -s /usr/bin/php7 /usr/bin/php - RUN mkdir /var/lib/roundcube -RUN wget -qO- https://github.com/roundcube/roundcubemail/releases/download/1.2.3/roundcubemail-1.2.3-complete.tar.gz | tar xz -C /var/lib/roundcube --strip 1 +RUN wget -qO- https://github.com/roundcube/roundcubemail/releases/download/$VERSION/roundcubemail-$VERSION-complete.tar.gz | tar xz -C /var/lib/roundcube --strip 1 RUN chown -R nginx:nginx /var/lib/roundcube RUN mkdir /run/nginx