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=bd8131aab001b9a43128d850aec996f3d8ea6dc5;p=roundcube-roundcubemail-docker.git Update to version 1.5.0 --- diff --git a/apache/Dockerfile b/apache/Dockerfile index 8ce818a..5b7613e 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -59,7 +59,6 @@ RUN set -ex; \ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer - RUN a2enmod rewrite # expose these volumes @@ -69,7 +68,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 3ca55d1..6e909f8 100644 --- a/fpm-alpine/Dockerfile +++ b/fpm-alpine/Dockerfile @@ -59,7 +59,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 01b0f7a..7a02197 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -67,7 +67,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"