From: GitHub Workflow Date: Tue, 11 Feb 2025 01:52:11 +0000 (+0000) Subject: Update roundcube version (via update.sh) X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e4677f1d5cfc9f99aefe220d80bcc0216ace6ca5;p=roundcube-roundcubemail-docker.git Update roundcube version (via update.sh) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6d5d70..ec65c7c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,15 +27,15 @@ jobs: include: - variant: 'apache' test-files: 'apache-postgres' - docker-tag: roundcube/roundcubemail:1.6.x-apache,roundcube/roundcubemail:1.6.9-apache,roundcube/roundcubemail:latest-apache,roundcube/roundcubemail:latest + docker-tag: roundcube/roundcubemail:1.6.x-apache,roundcube/roundcubemail:1.6.10-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.9-fpm,roundcube/roundcubemail:latest-fpm + docker-tag: roundcube/roundcubemail:1.6.x-fpm,roundcube/roundcubemail:1.6.10-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.9-fpm-alpine,roundcube/roundcubemail:latest-fpm-alpine + docker-tag: roundcube/roundcubemail:1.6.x-fpm-alpine,roundcube/roundcubemail:1.6.10-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 9c1540e..f3bac7f 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -90,7 +90,7 @@ COPY php.ini /usr/local/etc/php/conf.d/roundcube-defaults.ini COPY --chmod=0755 docker-entrypoint.sh / # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.6.9 +ENV ROUNDCUBEMAIL_VERSION 1.6.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/Dockerfile b/fpm-alpine/Dockerfile index 4c9fa33..a5fa163 100644 --- a/fpm-alpine/Dockerfile +++ b/fpm-alpine/Dockerfile @@ -83,7 +83,7 @@ COPY php.ini /usr/local/etc/php/conf.d/roundcube-defaults.ini COPY --chmod=0755 docker-entrypoint.sh / # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.6.9 +ENV ROUNDCUBEMAIL_VERSION 1.6.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/Dockerfile b/fpm/Dockerfile index 5646d6b..373a925 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -90,7 +90,7 @@ COPY php.ini /usr/local/etc/php/conf.d/roundcube-defaults.ini COPY --chmod=0755 docker-entrypoint.sh / # Define Roundcubemail version -ENV ROUNDCUBEMAIL_VERSION 1.6.9 +ENV ROUNDCUBEMAIL_VERSION 1.6.10 # Define the GPG key used for the bundle verification process ENV ROUNDCUBEMAIL_KEYID "F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5"