From ede161772dfc7f36fc584358f58f33ea0945c737 Mon Sep 17 00:00:00 2001 From: GitHub Workflow Date: Sun, 4 Aug 2024 19:38:51 +0000 Subject: [PATCH] Update roundcube version (via update.sh) --- .github/workflows/build.yml | 6 +++--- apache/Dockerfile | 2 +- fpm-alpine/Dockerfile | 2 +- fpm/Dockerfile | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b2203cf47..df019c549 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,15 +23,15 @@ jobs: include: - variant: 'apache' test-files: 'apache-postgres' - docker-tag: roundcube/roundcubemail:1.6.x-apache,roundcube/roundcubemail:1.6.7-apache,roundcube/roundcubemail:latest-apache,roundcube/roundcubemail:latest + docker-tag: roundcube/roundcubemail:1.6.x-apache,roundcube/roundcubemail:1.6.8-apache,roundcube/roundcubemail:latest-apache,roundcube/roundcubemail:latest test-tag: roundcube/roundcubemail:latest-apache - variant: 'fpm' test-files: 'fpm-postgres' - docker-tag: roundcube/roundcubemail:1.6.x-fpm,roundcube/roundcubemail:1.6.7-fpm,roundcube/roundcubemail:latest-fpm + docker-tag: roundcube/roundcubemail:1.6.x-fpm,roundcube/roundcubemail:1.6.8-fpm,roundcube/roundcubemail:latest-fpm test-tag: roundcube/roundcubemail:latest-fpm - variant: 'fpm-alpine' test-files: 'fpm-postgres' - docker-tag: roundcube/roundcubemail:1.6.x-fpm-alpine,roundcube/roundcubemail:1.6.7-fpm-alpine,roundcube/roundcubemail:latest-fpm-alpine + docker-tag: roundcube/roundcubemail:1.6.x-fpm-alpine,roundcube/roundcubemail:1.6.8-fpm-alpine,roundcube/roundcubemail:latest-fpm-alpine test-tag: roundcube/roundcubemail:latest-fpm-alpine steps: - name: Checkout repository diff --git a/apache/Dockerfile b/apache/Dockerfile index fef335312..1e16f2e1d 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -76,7 +76,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer RUN a2enmod rewrite # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.6.7 +ENV ROUNDCUBEMAIL_VERSION 1.6.8 # 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 c03a6ed84..005a0bb84 100644 --- a/fpm-alpine/Dockerfile +++ b/fpm-alpine/Dockerfile @@ -59,7 +59,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.6.7 +ENV ROUNDCUBEMAIL_VERSION 1.6.8 # 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 a152801c8..650948475 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -74,7 +74,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.6.7 +ENV ROUNDCUBEMAIL_VERSION 1.6.8 # Define the GPG key used for the bundle verification process ENV ROUNDCUBEMAIL_KEYID "F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5"