diff --git a/latest/php8.0/apache/Dockerfile b/latest/php8.0/apache/Dockerfile index ec8fdd360d..918639c60c 100644 --- a/latest/php8.0/apache/Dockerfile +++ b/latest/php8.0/apache/Dockerfile @@ -121,8 +121,8 @@ RUN set -eux; \ find /etc/apache2 -type f -name '*.conf' -exec sed -ri 's/([[:space:]]*LogFormat[[:space:]]+"[^"]*)%h([^"]*")/\1%a\2/g' '{}' + RUN set -eux; \ - version='6.3'; \ - sha1='5ae2e02020004f7a848fc4015d309a0479f7c261'; \ + version='6.3.1'; \ + sha1='052777aef40e7f627c63c8a26eefe37b843a44df'; \ \ curl -o wordpress.tar.gz -fL "https://wordpress.org/wordpress-$version.tar.gz"; \ echo "$sha1 *wordpress.tar.gz" | sha1sum -c -; \ diff --git a/latest/php8.0/fpm-alpine/Dockerfile b/latest/php8.0/fpm-alpine/Dockerfile index b65b0f3bc9..3ca17fa0c6 100644 --- a/latest/php8.0/fpm-alpine/Dockerfile +++ b/latest/php8.0/fpm-alpine/Dockerfile @@ -98,8 +98,8 @@ RUN { \ } > /usr/local/etc/php/conf.d/error-logging.ini RUN set -eux; \ - version='6.3'; \ - sha1='5ae2e02020004f7a848fc4015d309a0479f7c261'; \ + version='6.3.1'; \ + sha1='052777aef40e7f627c63c8a26eefe37b843a44df'; \ \ curl -o wordpress.tar.gz -fL "https://wordpress.org/wordpress-$version.tar.gz"; \ echo "$sha1 *wordpress.tar.gz" | sha1sum -c -; \ diff --git a/latest/php8.0/fpm/Dockerfile b/latest/php8.0/fpm/Dockerfile index e50a14afe6..ded6c77aa6 100644 --- a/latest/php8.0/fpm/Dockerfile +++ b/latest/php8.0/fpm/Dockerfile @@ -102,8 +102,8 @@ RUN { \ } > /usr/local/etc/php/conf.d/error-logging.ini RUN set -eux; \ - version='6.3'; \ - sha1='5ae2e02020004f7a848fc4015d309a0479f7c261'; \ + version='6.3.1'; \ + sha1='052777aef40e7f627c63c8a26eefe37b843a44df'; \ \ curl -o wordpress.tar.gz -fL "https://wordpress.org/wordpress-$version.tar.gz"; \ echo "$sha1 *wordpress.tar.gz" | sha1sum -c -; \ diff --git a/latest/php8.1/apache/Dockerfile b/latest/php8.1/apache/Dockerfile index f2e1c2e89e..f692624176 100644 --- a/latest/php8.1/apache/Dockerfile +++ b/latest/php8.1/apache/Dockerfile @@ -121,8 +121,8 @@ RUN set -eux; \ find /etc/apache2 -type f -name '*.conf' -exec sed -ri 's/([[:space:]]*LogFormat[[:space:]]+"[^"]*)%h([^"]*")/\1%a\2/g' '{}' + RUN set -eux; \ - version='6.3'; \ - sha1='5ae2e02020004f7a848fc4015d309a0479f7c261'; \ + version='6.3.1'; \ + sha1='052777aef40e7f627c63c8a26eefe37b843a44df'; \ \ curl -o wordpress.tar.gz -fL "https://wordpress.org/wordpress-$version.tar.gz"; \ echo "$sha1 *wordpress.tar.gz" | sha1sum -c -; \ diff --git a/latest/php8.1/fpm-alpine/Dockerfile b/latest/php8.1/fpm-alpine/Dockerfile index 35afce8d4e..ce02974ade 100644 --- a/latest/php8.1/fpm-alpine/Dockerfile +++ b/latest/php8.1/fpm-alpine/Dockerfile @@ -98,8 +98,8 @@ RUN { \ } > /usr/local/etc/php/conf.d/error-logging.ini RUN set -eux; \ - version='6.3'; \ - sha1='5ae2e02020004f7a848fc4015d309a0479f7c261'; \ + version='6.3.1'; \ + sha1='052777aef40e7f627c63c8a26eefe37b843a44df'; \ \ curl -o wordpress.tar.gz -fL "https://wordpress.org/wordpress-$version.tar.gz"; \ echo "$sha1 *wordpress.tar.gz" | sha1sum -c -; \ diff --git a/latest/php8.1/fpm/Dockerfile b/latest/php8.1/fpm/Dockerfile index 80f428ed79..c58efbc3b2 100644 --- a/latest/php8.1/fpm/Dockerfile +++ b/latest/php8.1/fpm/Dockerfile @@ -102,8 +102,8 @@ RUN { \ } > /usr/local/etc/php/conf.d/error-logging.ini RUN set -eux; \ - version='6.3'; \ - sha1='5ae2e02020004f7a848fc4015d309a0479f7c261'; \ + version='6.3.1'; \ + sha1='052777aef40e7f627c63c8a26eefe37b843a44df'; \ \ curl -o wordpress.tar.gz -fL "https://wordpress.org/wordpress-$version.tar.gz"; \ echo "$sha1 *wordpress.tar.gz" | sha1sum -c -; \ diff --git a/latest/php8.2/apache/Dockerfile b/latest/php8.2/apache/Dockerfile index 92bc2fd034..55101c8c08 100644 --- a/latest/php8.2/apache/Dockerfile +++ b/latest/php8.2/apache/Dockerfile @@ -121,8 +121,8 @@ RUN set -eux; \ find /etc/apache2 -type f -name '*.conf' -exec sed -ri 's/([[:space:]]*LogFormat[[:space:]]+"[^"]*)%h([^"]*")/\1%a\2/g' '{}' + RUN set -eux; \ - version='6.3'; \ - sha1='5ae2e02020004f7a848fc4015d309a0479f7c261'; \ + version='6.3.1'; \ + sha1='052777aef40e7f627c63c8a26eefe37b843a44df'; \ \ curl -o wordpress.tar.gz -fL "https://wordpress.org/wordpress-$version.tar.gz"; \ echo "$sha1 *wordpress.tar.gz" | sha1sum -c -; \ diff --git a/latest/php8.2/fpm-alpine/Dockerfile b/latest/php8.2/fpm-alpine/Dockerfile index 9d02849a96..5d1179052a 100644 --- a/latest/php8.2/fpm-alpine/Dockerfile +++ b/latest/php8.2/fpm-alpine/Dockerfile @@ -98,8 +98,8 @@ RUN { \ } > /usr/local/etc/php/conf.d/error-logging.ini RUN set -eux; \ - version='6.3'; \ - sha1='5ae2e02020004f7a848fc4015d309a0479f7c261'; \ + version='6.3.1'; \ + sha1='052777aef40e7f627c63c8a26eefe37b843a44df'; \ \ curl -o wordpress.tar.gz -fL "https://wordpress.org/wordpress-$version.tar.gz"; \ echo "$sha1 *wordpress.tar.gz" | sha1sum -c -; \ diff --git a/latest/php8.2/fpm/Dockerfile b/latest/php8.2/fpm/Dockerfile index f79fd08f4e..f56edeef8f 100644 --- a/latest/php8.2/fpm/Dockerfile +++ b/latest/php8.2/fpm/Dockerfile @@ -102,8 +102,8 @@ RUN { \ } > /usr/local/etc/php/conf.d/error-logging.ini RUN set -eux; \ - version='6.3'; \ - sha1='5ae2e02020004f7a848fc4015d309a0479f7c261'; \ + version='6.3.1'; \ + sha1='052777aef40e7f627c63c8a26eefe37b843a44df'; \ \ curl -o wordpress.tar.gz -fL "https://wordpress.org/wordpress-$version.tar.gz"; \ echo "$sha1 *wordpress.tar.gz" | sha1sum -c -; \ diff --git a/versions.json b/versions.json index b3f21042c3..4394763577 100644 --- a/versions.json +++ b/versions.json @@ -32,13 +32,13 @@ "8.1", "8.2" ], - "sha1": "5ae2e02020004f7a848fc4015d309a0479f7c261", - "upstream": "6.3", + "sha1": "052777aef40e7f627c63c8a26eefe37b843a44df", + "upstream": "6.3.1", "variants": [ "apache", "fpm", "fpm-alpine" ], - "version": "6.3.0" + "version": "6.3.1" } }