Upgrade to version 1.3.7

This commit is contained in:
Aaron Spettl 2018-07-29 15:52:14 +02:00
parent 2497b3292d
commit 00e5b8c863
3 changed files with 4 additions and 4 deletions

View File

@ -28,5 +28,5 @@ notifications:
email: false email: false
env: # Environments env: # Environments
- VERSION=1.3.6 VARIANT=fpm - VERSION=1.3.7 VARIANT=fpm
- VERSION=1.3.6 VARIANT=apache - VERSION=1.3.7 VARIANT=apache

View File

@ -56,7 +56,7 @@ VOLUME /var/roundcube/config
VOLUME /tmp/roundcube-temp VOLUME /tmp/roundcube-temp
# Define Roundcubemail version # Define Roundcubemail version
ENV ROUNDCUBEMAIL_VERSION 1.3.6 ENV ROUNDCUBEMAIL_VERSION 1.3.7
# Download package and extract to web volume # Download package and extract to web volume
RUN set -ex; \ RUN set -ex; \

View File

@ -53,7 +53,7 @@ VOLUME /var/roundcube/config
VOLUME /var/www/html VOLUME /var/www/html
# Define Roundcubemail version # Define Roundcubemail version
ENV ROUNDCUBEMAIL_VERSION 1.3.6 ENV ROUNDCUBEMAIL_VERSION 1.3.7
# Download package and extract to web volume # Download package and extract to web volume
RUN set -ex; \ RUN set -ex; \