diff --git a/latest/php8.0/apache/Dockerfile b/latest/php8.0/apache/Dockerfile index 7530524270..ec8fdd360d 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.2.2'; \ - sha1='a355d1b975405a391c4a78f988d656b375683fb2'; \ + version='6.3'; \ + sha1='5ae2e02020004f7a848fc4015d309a0479f7c261'; \ \ 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 3b41453d9f..b65b0f3bc9 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.2.2'; \ - sha1='a355d1b975405a391c4a78f988d656b375683fb2'; \ + version='6.3'; \ + sha1='5ae2e02020004f7a848fc4015d309a0479f7c261'; \ \ 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 1c486500eb..e50a14afe6 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.2.2'; \ - sha1='a355d1b975405a391c4a78f988d656b375683fb2'; \ + version='6.3'; \ + sha1='5ae2e02020004f7a848fc4015d309a0479f7c261'; \ \ 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 e2bc6f598e..f2e1c2e89e 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.2.2'; \ - sha1='a355d1b975405a391c4a78f988d656b375683fb2'; \ + version='6.3'; \ + sha1='5ae2e02020004f7a848fc4015d309a0479f7c261'; \ \ 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 c841928689..35afce8d4e 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.2.2'; \ - sha1='a355d1b975405a391c4a78f988d656b375683fb2'; \ + version='6.3'; \ + sha1='5ae2e02020004f7a848fc4015d309a0479f7c261'; \ \ 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 02234fc80c..80f428ed79 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.2.2'; \ - sha1='a355d1b975405a391c4a78f988d656b375683fb2'; \ + version='6.3'; \ + sha1='5ae2e02020004f7a848fc4015d309a0479f7c261'; \ \ 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 5967d31c84..92bc2fd034 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.2.2'; \ - sha1='a355d1b975405a391c4a78f988d656b375683fb2'; \ + version='6.3'; \ + sha1='5ae2e02020004f7a848fc4015d309a0479f7c261'; \ \ 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 621cc16eaf..9d02849a96 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.2.2'; \ - sha1='a355d1b975405a391c4a78f988d656b375683fb2'; \ + version='6.3'; \ + sha1='5ae2e02020004f7a848fc4015d309a0479f7c261'; \ \ 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 120cc1690c..f79fd08f4e 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.2.2'; \ - sha1='a355d1b975405a391c4a78f988d656b375683fb2'; \ + version='6.3'; \ + sha1='5ae2e02020004f7a848fc4015d309a0479f7c261'; \ \ 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 426d0c1bca..e96fd9d84d 100644 --- a/versions.json +++ b/versions.json @@ -32,13 +32,13 @@ "8.1", "8.2" ], - "sha1": "a355d1b975405a391c4a78f988d656b375683fb2", - "upstream": "6.2.2", + "sha1": "5ae2e02020004f7a848fc4015d309a0479f7c261", + "upstream": "6.3", "variants": [ "apache", "fpm", "fpm-alpine" ], - "version": "6.2.2" + "version": "6.3.0" } }