From: Thomas Bruederli Date: Mon, 18 Oct 2021 20:22:18 +0000 (+0200) Subject: Update to version 1.5.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c5fbabf91b87920a42efada6b3ee50f43d209ce3;p=roundcube-roundcubemail-docker.git Update to version 1.5.0 --- diff --git a/.travis.yml b/.travis.yml index 6a1de47..3b89275 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,6 @@ notifications: email: false env: - - VERSION=1.4.11 VARIANT=apache - - VERSION=1.4.11 VARIANT=fpm - - VERSION=1.4.11 VARIANT=fpm-alpine + - VERSION=1.5.0 VARIANT=apache + - VERSION=1.5.0 VARIANT=fpm + - VERSION=1.5.0 VARIANT=fpm-alpine diff --git a/apache/Dockerfile b/apache/Dockerfile index fbf996a..bb5ec86 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -63,7 +63,6 @@ ADD https://getcomposer.org/installer /tmp/composer-installer.php RUN php /tmp/composer-installer.php --install-dir=/usr/local/bin/; \ rm /tmp/composer-installer.php - RUN a2enmod rewrite # expose these volumes @@ -73,7 +72,7 @@ VOLUME /var/www/html VOLUME /tmp/roundcube-temp # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.4.11 +ENV ROUNDCUBEMAIL_VERSION 1.5.0 # Define the GPG key used for the bundle verification process ENV ROUNDCUBEMAIL_KEYID "F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5" diff --git a/fpm-alpine/Dockerfile b/fpm-alpine/Dockerfile index bf0f33c..ebaeee9 100644 --- a/fpm-alpine/Dockerfile +++ b/fpm-alpine/Dockerfile @@ -63,7 +63,7 @@ VOLUME /var/www/html VOLUME /tmp/roundcube-temp # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.4.11 +ENV ROUNDCUBEMAIL_VERSION 1.5.0 # Define the GPG key used for the bundle verification process ENV ROUNDCUBEMAIL_KEYID "F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5" diff --git a/fpm/Dockerfile b/fpm/Dockerfile index df55482..729afed 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -71,7 +71,7 @@ VOLUME /var/www/html VOLUME /tmp/roundcube-temp # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.4.11 +ENV ROUNDCUBEMAIL_VERSION 1.5.0 # Define the GPG key used for the bundle verification process ENV ROUNDCUBEMAIL_KEYID "F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5"