From: Pablo Zmdl Date: Wed, 4 Jun 2025 09:14:10 +0000 (+0200) Subject: Update 1.5-images to v1.5.10 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=97440e85b6b90e7b98e2157b25b8f761d31d223b;p=roundcube-roundcubemail-docker.git Update 1.5-images to v1.5.10 --- diff --git a/apache-1.5.x/Dockerfile b/apache-1.5.x/Dockerfile index e76998e..5f93520 100644 --- a/apache-1.5.x/Dockerfile +++ b/apache-1.5.x/Dockerfile @@ -68,7 +68,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer RUN a2enmod rewrite # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.5.9 +ENV ROUNDCUBEMAIL_VERSION 1.5.10 # 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-1.5.x/Dockerfile b/fpm-1.5.x/Dockerfile index a35874d..ded92d1 100644 --- a/fpm-1.5.x/Dockerfile +++ b/fpm-1.5.x/Dockerfile @@ -67,7 +67,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.5.9 +ENV ROUNDCUBEMAIL_VERSION 1.5.10 # 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-1.5.x/Dockerfile b/fpm-alpine-1.5.x/Dockerfile index 5dbde54..7d77011 100644 --- a/fpm-alpine-1.5.x/Dockerfile +++ b/fpm-alpine-1.5.x/Dockerfile @@ -58,7 +58,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.5.9 +ENV ROUNDCUBEMAIL_VERSION 1.5.10 # Define the GPG key used for the bundle verification process ENV ROUNDCUBEMAIL_KEYID "F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5"