From: GitHub Workflow Date: Tue, 17 Oct 2023 11:04:54 +0000 (+0000) Subject: Update roundcube version (via update.sh) X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5aaa6f727072e3c08e18bde7859dc9eaddd8bf17;p=roundcube-roundcubemail-docker.git Update roundcube version (via update.sh) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5cfa256..57bf580 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.3-apache,roundcube/roundcubemail:latest-apache,roundcube/roundcubemail:latest + docker-tag: roundcube/roundcubemail:1.6.x-apache,roundcube/roundcubemail:1.6.4-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.3-fpm,roundcube/roundcubemail:latest-fpm + docker-tag: roundcube/roundcubemail:1.6.x-fpm,roundcube/roundcubemail:1.6.4-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.3-fpm-alpine,roundcube/roundcubemail:latest-fpm-alpine + docker-tag: roundcube/roundcubemail:1.6.x-fpm-alpine,roundcube/roundcubemail:1.6.4-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 51ab00b..8d9058b 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.3 +ENV ROUNDCUBEMAIL_VERSION 1.6.4 # 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 f27e4ee..33636eb 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.3 +ENV ROUNDCUBEMAIL_VERSION 1.6.4 # 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 dd944b5..f2f6201 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.3 +ENV ROUNDCUBEMAIL_VERSION 1.6.4 # Define the GPG key used for the bundle verification process ENV ROUNDCUBEMAIL_KEYID "F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5"