From f18ba4cfaa779435e2b33096ec21a91273532a74 Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 11 May 2026 07:49:40 +0100 Subject: [PATCH 1/3] Bumping version to 7.1.14 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index fdb69fe..cb1a579 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.1.13 \ No newline at end of file +7.1.14 \ No newline at end of file From 5172af2b92fa273a7660a65a34503b518c8245cd Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 11 May 2026 07:49:55 +0100 Subject: [PATCH 2/3] Using latest base images --- generate-dockerfiles.sh | 2 +- php7.4/Dockerfile | 2 +- php8.0/Dockerfile | 2 +- php8.1/Dockerfile | 2 +- php8.2/Dockerfile | 2 +- php8.3/Dockerfile | 2 +- php8.4/Dockerfile | 2 +- php8.5/Dockerfile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 5495516..64a962b 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="8.1.10" +BASE_VERSION="8.1.11" echo "Base: ${BASE_VERSION}" PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4 8.5" diff --git a/php7.4/Dockerfile b/php7.4/Dockerfile index 2cc0e86..f3bd0ec 100644 --- a/php7.4/Dockerfile +++ b/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php7.4.33-8.1.10 +FROM quay.io/bfren/nginx-php:php7.4.33-8.1.11 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.0/Dockerfile b/php8.0/Dockerfile index 0f14ee7..08acc40 100644 --- a/php8.0/Dockerfile +++ b/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.0.30-8.1.10 +FROM quay.io/bfren/nginx-php:php8.0.30-8.1.11 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.1/Dockerfile b/php8.1/Dockerfile index 9e581d9..3959628 100644 --- a/php8.1/Dockerfile +++ b/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.1.32-8.1.10 +FROM quay.io/bfren/nginx-php:php8.1.32-8.1.11 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.2/Dockerfile b/php8.2/Dockerfile index 543614b..3af3184 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.2.30-8.1.10 +FROM quay.io/bfren/nginx-php:php8.2.30-8.1.11 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index 2eff0e8..6934461 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.3.30-8.1.10 +FROM quay.io/bfren/nginx-php:php8.3.30-8.1.11 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index 11f7aec..9a58265 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.4.20-8.1.10 +FROM quay.io/bfren/nginx-php:php8.4.20-8.1.11 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.5/Dockerfile b/php8.5/Dockerfile index ed7fa05..c903290 100644 --- a/php8.5/Dockerfile +++ b/php8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.5.5-8.1.10 +FROM quay.io/bfren/nginx-php:php8.5.5-8.1.11 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" From 35c6c9739fafc97e83248287a60784dad40fd3c4 Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 11 May 2026 07:50:11 +0100 Subject: [PATCH 3/3] Updating to PHP 8.2.31, 8.3.31, 8.4.21 and 8.5.6 --- php8.2/Dockerfile | 2 +- php8.2/PHP_REVISION | 2 +- php8.3/Dockerfile | 2 +- php8.3/PHP_REVISION | 2 +- php8.4/Dockerfile | 2 +- php8.4/PHP_REVISION | 2 +- php8.5/Dockerfile | 2 +- php8.5/PHP_REVISION | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/php8.2/Dockerfile b/php8.2/Dockerfile index 3af3184..28aa155 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.2.30-8.1.11 +FROM quay.io/bfren/nginx-php:php8.2.31-8.1.11 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.2/PHP_REVISION b/php8.2/PHP_REVISION index a9b0541..daa3455 100644 --- a/php8.2/PHP_REVISION +++ b/php8.2/PHP_REVISION @@ -1 +1 @@ -8.2.30 \ No newline at end of file +8.2.31 \ No newline at end of file diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index 6934461..6f0822e 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.3.30-8.1.11 +FROM quay.io/bfren/nginx-php:php8.3.31-8.1.11 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/PHP_REVISION b/php8.3/PHP_REVISION index 0f197cf..6085eb8 100644 --- a/php8.3/PHP_REVISION +++ b/php8.3/PHP_REVISION @@ -1 +1 @@ -8.3.30 \ No newline at end of file +8.3.31 \ No newline at end of file diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index 9a58265..f6df42a 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.4.20-8.1.11 +FROM quay.io/bfren/nginx-php:php8.4.21-8.1.11 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.4/PHP_REVISION b/php8.4/PHP_REVISION index b7e7136..86c4b27 100644 --- a/php8.4/PHP_REVISION +++ b/php8.4/PHP_REVISION @@ -1 +1 @@ -8.4.20 \ No newline at end of file +8.4.21 \ No newline at end of file diff --git a/php8.5/Dockerfile b/php8.5/Dockerfile index c903290..a9929a8 100644 --- a/php8.5/Dockerfile +++ b/php8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.5.5-8.1.11 +FROM quay.io/bfren/nginx-php:php8.5.6-8.1.11 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.5/PHP_REVISION b/php8.5/PHP_REVISION index 3435500..ff3215e 100644 --- a/php8.5/PHP_REVISION +++ b/php8.5/PHP_REVISION @@ -1 +1 @@ -8.5.5 \ No newline at end of file +8.5.6 \ No newline at end of file