diff --git a/latest/php8.1/apache/Dockerfile b/latest/php8.1/apache/Dockerfile index 2e9886b0d7..544ceefbdc 100644 --- a/latest/php8.1/apache/Dockerfile +++ b/latest/php8.1/apache/Dockerfile @@ -130,8 +130,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.5.3'; \ - sha1='8e4950d39990a2c200a7745d44d32b176baa5ac5'; \ + version='6.5.4'; \ + sha1='8c635f812ac7b6da985cc62885c101897229613f'; \ \ 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 f52800dc8e..9d60e768d9 100644 --- a/latest/php8.1/fpm-alpine/Dockerfile +++ b/latest/php8.1/fpm-alpine/Dockerfile @@ -107,8 +107,8 @@ RUN { \ } > /usr/local/etc/php/conf.d/error-logging.ini RUN set -eux; \ - version='6.5.3'; \ - sha1='8e4950d39990a2c200a7745d44d32b176baa5ac5'; \ + version='6.5.4'; \ + sha1='8c635f812ac7b6da985cc62885c101897229613f'; \ \ 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 4fc28b3e3f..e35cd7a955 100644 --- a/latest/php8.1/fpm/Dockerfile +++ b/latest/php8.1/fpm/Dockerfile @@ -111,8 +111,8 @@ RUN { \ } > /usr/local/etc/php/conf.d/error-logging.ini RUN set -eux; \ - version='6.5.3'; \ - sha1='8e4950d39990a2c200a7745d44d32b176baa5ac5'; \ + version='6.5.4'; \ + sha1='8c635f812ac7b6da985cc62885c101897229613f'; \ \ 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 cfdb82b34d..68ae398ff6 100644 --- a/latest/php8.2/apache/Dockerfile +++ b/latest/php8.2/apache/Dockerfile @@ -130,8 +130,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.5.3'; \ - sha1='8e4950d39990a2c200a7745d44d32b176baa5ac5'; \ + version='6.5.4'; \ + sha1='8c635f812ac7b6da985cc62885c101897229613f'; \ \ 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 7a2bacc6f0..55e4c8b347 100644 --- a/latest/php8.2/fpm-alpine/Dockerfile +++ b/latest/php8.2/fpm-alpine/Dockerfile @@ -107,8 +107,8 @@ RUN { \ } > /usr/local/etc/php/conf.d/error-logging.ini RUN set -eux; \ - version='6.5.3'; \ - sha1='8e4950d39990a2c200a7745d44d32b176baa5ac5'; \ + version='6.5.4'; \ + sha1='8c635f812ac7b6da985cc62885c101897229613f'; \ \ 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 8e56cbe709..94321e8023 100644 --- a/latest/php8.2/fpm/Dockerfile +++ b/latest/php8.2/fpm/Dockerfile @@ -111,8 +111,8 @@ RUN { \ } > /usr/local/etc/php/conf.d/error-logging.ini RUN set -eux; \ - version='6.5.3'; \ - sha1='8e4950d39990a2c200a7745d44d32b176baa5ac5'; \ + version='6.5.4'; \ + sha1='8c635f812ac7b6da985cc62885c101897229613f'; \ \ 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.3/apache/Dockerfile b/latest/php8.3/apache/Dockerfile index 76d110ea4d..1bd07fa681 100644 --- a/latest/php8.3/apache/Dockerfile +++ b/latest/php8.3/apache/Dockerfile @@ -130,8 +130,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.5.3'; \ - sha1='8e4950d39990a2c200a7745d44d32b176baa5ac5'; \ + version='6.5.4'; \ + sha1='8c635f812ac7b6da985cc62885c101897229613f'; \ \ 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.3/fpm-alpine/Dockerfile b/latest/php8.3/fpm-alpine/Dockerfile index a0abf8e889..fd331f8ab2 100644 --- a/latest/php8.3/fpm-alpine/Dockerfile +++ b/latest/php8.3/fpm-alpine/Dockerfile @@ -107,8 +107,8 @@ RUN { \ } > /usr/local/etc/php/conf.d/error-logging.ini RUN set -eux; \ - version='6.5.3'; \ - sha1='8e4950d39990a2c200a7745d44d32b176baa5ac5'; \ + version='6.5.4'; \ + sha1='8c635f812ac7b6da985cc62885c101897229613f'; \ \ 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.3/fpm/Dockerfile b/latest/php8.3/fpm/Dockerfile index 30b5e3279d..291bbf02aa 100644 --- a/latest/php8.3/fpm/Dockerfile +++ b/latest/php8.3/fpm/Dockerfile @@ -111,8 +111,8 @@ RUN { \ } > /usr/local/etc/php/conf.d/error-logging.ini RUN set -eux; \ - version='6.5.3'; \ - sha1='8e4950d39990a2c200a7745d44d32b176baa5ac5'; \ + version='6.5.4'; \ + sha1='8c635f812ac7b6da985cc62885c101897229613f'; \ \ 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 04c88ba12f..3be97d76da 100644 --- a/versions.json +++ b/versions.json @@ -32,13 +32,13 @@ "8.2", "8.3" ], - "sha1": "8e4950d39990a2c200a7745d44d32b176baa5ac5", - "upstream": "6.5.3", + "sha1": "8c635f812ac7b6da985cc62885c101897229613f", + "upstream": "6.5.4", "variants": [ "apache", "fpm", "fpm-alpine" ], - "version": "6.5.3" + "version": "6.5.4" } }