From: GitHub Workflow Date: Mon, 18 Sep 2023 21:08:56 +0000 (+0000) Subject: Runs update.sh X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ce1e1923805f5f1b55e755083a034f981f6d502f;p=roundcube-roundcubemail-docker.git Runs update.sh --- diff --git a/apache/Dockerfile b/apache/Dockerfile index f6b0341..51ab00b 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.2 +ENV ROUNDCUBEMAIL_VERSION 1.6.3 # 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 f3f5962..f27e4ee 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.2 +ENV ROUNDCUBEMAIL_VERSION 1.6.3 # 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 b5d4fe2..dd944b5 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.2 +ENV ROUNDCUBEMAIL_VERSION 1.6.3 # 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/php.ini b/fpm/php.ini index 4ff7ecb..7b2147d 100644 --- a/fpm/php.ini +++ b/fpm/php.ini @@ -8,4 +8,3 @@ session.auto_start=Off session.gc_maxlifetime=21600 session.gc_divisor=500 session.gc_probability=1 -output_buffering=On