diff --git a/latest/php8.1/apache/Dockerfile b/latest/php8.1/apache/Dockerfile index 94a5fdedda..3564c84fed 100644 --- a/latest/php8.1/apache/Dockerfile +++ b/latest/php8.1/apache/Dockerfile @@ -132,8 +132,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.7'; \ - sha1='e82f46ce3d0e26a9a00d69b026e0eda6c10d4cac'; \ + version='6.7.1'; \ + sha1='dfb745d4067368bb9a9491f2b6f7e8d52d740fd1'; \ \ 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 7928488715..5149dc56a0 100644 --- a/latest/php8.1/fpm-alpine/Dockerfile +++ b/latest/php8.1/fpm-alpine/Dockerfile @@ -109,8 +109,8 @@ RUN { \ } > /usr/local/etc/php/conf.d/error-logging.ini RUN set -eux; \ - version='6.7'; \ - sha1='e82f46ce3d0e26a9a00d69b026e0eda6c10d4cac'; \ + version='6.7.1'; \ + sha1='dfb745d4067368bb9a9491f2b6f7e8d52d740fd1'; \ \ 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 552426658d..e7a24abe46 100644 --- a/latest/php8.1/fpm/Dockerfile +++ b/latest/php8.1/fpm/Dockerfile @@ -113,8 +113,8 @@ RUN { \ } > /usr/local/etc/php/conf.d/error-logging.ini RUN set -eux; \ - version='6.7'; \ - sha1='e82f46ce3d0e26a9a00d69b026e0eda6c10d4cac'; \ + version='6.7.1'; \ + sha1='dfb745d4067368bb9a9491f2b6f7e8d52d740fd1'; \ \ 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 b7beaac978..8a9d8b8e9e 100644 --- a/latest/php8.2/apache/Dockerfile +++ b/latest/php8.2/apache/Dockerfile @@ -132,8 +132,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.7'; \ - sha1='e82f46ce3d0e26a9a00d69b026e0eda6c10d4cac'; \ + version='6.7.1'; \ + sha1='dfb745d4067368bb9a9491f2b6f7e8d52d740fd1'; \ \ 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 3b03b8266f..75261181a0 100644 --- a/latest/php8.2/fpm-alpine/Dockerfile +++ b/latest/php8.2/fpm-alpine/Dockerfile @@ -109,8 +109,8 @@ RUN { \ } > /usr/local/etc/php/conf.d/error-logging.ini RUN set -eux; \ - version='6.7'; \ - sha1='e82f46ce3d0e26a9a00d69b026e0eda6c10d4cac'; \ + version='6.7.1'; \ + sha1='dfb745d4067368bb9a9491f2b6f7e8d52d740fd1'; \ \ 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 cff602719a..ffd6c3649e 100644 --- a/latest/php8.2/fpm/Dockerfile +++ b/latest/php8.2/fpm/Dockerfile @@ -113,8 +113,8 @@ RUN { \ } > /usr/local/etc/php/conf.d/error-logging.ini RUN set -eux; \ - version='6.7'; \ - sha1='e82f46ce3d0e26a9a00d69b026e0eda6c10d4cac'; \ + version='6.7.1'; \ + sha1='dfb745d4067368bb9a9491f2b6f7e8d52d740fd1'; \ \ 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 83bcf24369..f49d6eb1e6 100644 --- a/latest/php8.3/apache/Dockerfile +++ b/latest/php8.3/apache/Dockerfile @@ -132,8 +132,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.7'; \ - sha1='e82f46ce3d0e26a9a00d69b026e0eda6c10d4cac'; \ + version='6.7.1'; \ + sha1='dfb745d4067368bb9a9491f2b6f7e8d52d740fd1'; \ \ 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 06f21c86f8..12228569dd 100644 --- a/latest/php8.3/fpm-alpine/Dockerfile +++ b/latest/php8.3/fpm-alpine/Dockerfile @@ -109,8 +109,8 @@ RUN { \ } > /usr/local/etc/php/conf.d/error-logging.ini RUN set -eux; \ - version='6.7'; \ - sha1='e82f46ce3d0e26a9a00d69b026e0eda6c10d4cac'; \ + version='6.7.1'; \ + sha1='dfb745d4067368bb9a9491f2b6f7e8d52d740fd1'; \ \ 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 16914c6441..0a8fa5d6f8 100644 --- a/latest/php8.3/fpm/Dockerfile +++ b/latest/php8.3/fpm/Dockerfile @@ -113,8 +113,8 @@ RUN { \ } > /usr/local/etc/php/conf.d/error-logging.ini RUN set -eux; \ - version='6.7'; \ - sha1='e82f46ce3d0e26a9a00d69b026e0eda6c10d4cac'; \ + version='6.7.1'; \ + sha1='dfb745d4067368bb9a9491f2b6f7e8d52d740fd1'; \ \ 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 94aaf4f9d4..306fa96dc2 100644 --- a/versions.json +++ b/versions.json @@ -32,13 +32,13 @@ "8.2", "8.3" ], - "sha1": "e82f46ce3d0e26a9a00d69b026e0eda6c10d4cac", - "upstream": "6.7", + "sha1": "dfb745d4067368bb9a9491f2b6f7e8d52d740fd1", + "upstream": "6.7.1", "variants": [ "apache", "fpm", "fpm-alpine" ], - "version": "6.7.0" + "version": "6.7.1" } }