From d05fca06367ab8650e10f67a511ed42fbd597dad Mon Sep 17 00:00:00 2001 From: Pablo Zmdl Date: Mon, 16 Jun 2025 11:31:30 +0200 Subject: [PATCH] Update 1.5-images to newly released v1.5.11 --- .github/workflows/build-1.5.yml | 6 +++--- apache-1.5.x/Dockerfile | 2 +- fpm-1.5.x/Dockerfile | 2 +- fpm-alpine-1.5.x/Dockerfile | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-1.5.yml b/.github/workflows/build-1.5.yml index 0d942e5..4bd2d3c 100644 --- a/.github/workflows/build-1.5.yml +++ b/.github/workflows/build-1.5.yml @@ -29,15 +29,15 @@ jobs: include: - variant: 'apache-1.5.x' test-files: 'apache-postgres' - docker-tag: roundcube/roundcubemail:1.5.x-apache,roundcube/roundcubemail:1.5.10-apache + docker-tag: roundcube/roundcubemail:1.5.x-apache,roundcube/roundcubemail:1.5.11-apache test-tag: roundcube/roundcubemail:latest-apache - variant: 'fpm-1.5.x' test-files: 'fpm-postgres' - docker-tag: roundcube/roundcubemail:1.5.x-fpm,roundcube/roundcubemail:1.5.10-fpm + docker-tag: roundcube/roundcubemail:1.5.x-fpm,roundcube/roundcubemail:1.5.11-fpm test-tag: roundcube/roundcubemail:latest-fpm - variant: 'fpm-alpine-1.5.x' test-files: 'fpm-postgres' - docker-tag: roundcube/roundcubemail:1.5.x-fpm-alpine,roundcube/roundcubemail:1.5.10-fpm-alpine + docker-tag: roundcube/roundcubemail:1.5.x-fpm-alpine,roundcube/roundcubemail:1.5.11-fpm-alpine test-tag: roundcube/roundcubemail:latest-fpm-alpine steps: - name: Checkout repository diff --git a/apache-1.5.x/Dockerfile b/apache-1.5.x/Dockerfile index d015db1..2f3897e 100644 --- a/apache-1.5.x/Dockerfile +++ b/apache-1.5.x/Dockerfile @@ -73,7 +73,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer RUN a2enmod rewrite # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.5.10 +ENV ROUNDCUBEMAIL_VERSION 1.5.11 # 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 3e540e7..fd6a522 100644 --- a/fpm-1.5.x/Dockerfile +++ b/fpm-1.5.x/Dockerfile @@ -72,7 +72,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.5.10 +ENV ROUNDCUBEMAIL_VERSION 1.5.11 # 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 0a9217c..c81e340 100644 --- a/fpm-alpine-1.5.x/Dockerfile +++ b/fpm-alpine-1.5.x/Dockerfile @@ -63,7 +63,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.5.10 +ENV ROUNDCUBEMAIL_VERSION 1.5.11 # Define the GPG key used for the bundle verification process ENV ROUNDCUBEMAIL_KEYID "F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5"