push versio to 1.2.5
This commit is contained in:
parent
356c361503
commit
0c63eef89c
@ -1,5 +1,7 @@
|
|||||||
FROM quay.io/thallian/php7-fpm:latest
|
FROM quay.io/thallian/php7-fpm:latest
|
||||||
|
|
||||||
|
ENV VERSION 1.2.5
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
libressl \
|
libressl \
|
||||||
tar \
|
tar \
|
||||||
@ -27,10 +29,8 @@ RUN apk add --no-cache \
|
|||||||
php7-pspell \
|
php7-pspell \
|
||||||
php7-apcu
|
php7-apcu
|
||||||
|
|
||||||
RUN ln -s /usr/bin/php7 /usr/bin/php
|
|
||||||
|
|
||||||
RUN mkdir /var/lib/roundcube
|
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 chown -R nginx:nginx /var/lib/roundcube
|
||||||
|
|
||||||
RUN mkdir /run/nginx
|
RUN mkdir /run/nginx
|
||||||
|
Loading…
Reference in New Issue
Block a user