From: GitHub Workflow Date: Mon, 6 Nov 2023 01:31:12 +0000 (+0000) Subject: Update roundcube version (via update.sh) X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=28069c0316b8130d16445b8d05fe9a4efe2bb749;p=roundcube-roundcubemail-docker.git Update roundcube version (via update.sh) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57bf580..fce709f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,15 +19,15 @@ jobs: include: - variant: 'apache' test-files: 'apache-postgres' - docker-tag: roundcube/roundcubemail:1.6.x-apache,roundcube/roundcubemail:1.6.4-apache,roundcube/roundcubemail:latest-apache,roundcube/roundcubemail:latest + docker-tag: roundcube/roundcubemail:1.6.x-apache,roundcube/roundcubemail:1.6.5-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.4-fpm,roundcube/roundcubemail:latest-fpm + docker-tag: roundcube/roundcubemail:1.6.x-fpm,roundcube/roundcubemail:1.6.5-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.4-fpm-alpine,roundcube/roundcubemail:latest-fpm-alpine + docker-tag: roundcube/roundcubemail:1.6.x-fpm-alpine,roundcube/roundcubemail:1.6.5-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 8d9058b..661c1db 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.4 +ENV ROUNDCUBEMAIL_VERSION 1.6.5 # 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 33636eb..22f40c3 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.4 +ENV ROUNDCUBEMAIL_VERSION 1.6.5 # 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 f2f6201..0ab68c6 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.4 +ENV ROUNDCUBEMAIL_VERSION 1.6.5 # Define the GPG key used for the bundle verification process ENV ROUNDCUBEMAIL_KEYID "F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5"