From dbbf9ef9c8007d663ef6c33240b37b72a0d0da7f Mon Sep 17 00:00:00 2001 From: bfren Date: Sun, 5 Jul 2026 07:53:38 +0100 Subject: [PATCH 1/3] Bumping version to 7.1.19 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 93c2335..cf39a22 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.1.18 \ No newline at end of file +7.1.19 \ No newline at end of file From d26c73a44dc57eb17678ffe190b880ede1226da7 Mon Sep 17 00:00:00 2001 From: bfren Date: Sun, 5 Jul 2026 07:53:47 +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 9723852..7d4ea30 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="8.2.0" +BASE_VERSION="8.2.1" 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 946857e..8b2f02c 100644 --- a/php7.4/Dockerfile +++ b/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php7.4.33-8.2.0 +FROM quay.io/bfren/nginx-php:php7.4.33-8.2.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.0/Dockerfile b/php8.0/Dockerfile index 5324ea1..16aad0e 100644 --- a/php8.0/Dockerfile +++ b/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.0.30-8.2.0 +FROM quay.io/bfren/nginx-php:php8.0.30-8.2.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.1/Dockerfile b/php8.1/Dockerfile index 95a8fce..96d1aef 100644 --- a/php8.1/Dockerfile +++ b/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.1.34-8.2.0 +FROM quay.io/bfren/nginx-php:php8.1.34-8.2.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.2/Dockerfile b/php8.2/Dockerfile index f75a43a..639cd99 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.2.31-8.2.0 +FROM quay.io/bfren/nginx-php:php8.2.31-8.2.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index 9778e8a..e9265dd 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.3.31-8.2.0 +FROM quay.io/bfren/nginx-php:php8.3.31-8.2.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index 51a9b6c..aadd53e 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.4.22-8.2.0 +FROM quay.io/bfren/nginx-php:php8.4.22-8.2.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.5/Dockerfile b/php8.5/Dockerfile index b7440a7..29e65b9 100644 --- a/php8.5/Dockerfile +++ b/php8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.5.7-8.2.0 +FROM quay.io/bfren/nginx-php:php8.5.7-8.2.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" From e2813880daccc614f609321c92882c32f4a46af3 Mon Sep 17 00:00:00 2001 From: bfren Date: Sun, 5 Jul 2026 07:54:00 +0100 Subject: [PATCH 3/3] Updating to PHP 8.3.32, 8.4.23 and 8.5.8 --- 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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index e9265dd..7ed6082 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.3.31-8.2.1 +FROM quay.io/bfren/nginx-php:php8.3.32-8.2.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/PHP_REVISION b/php8.3/PHP_REVISION index 6085eb8..2e2e277 100644 --- a/php8.3/PHP_REVISION +++ b/php8.3/PHP_REVISION @@ -1 +1 @@ -8.3.31 \ No newline at end of file +8.3.32 \ No newline at end of file diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index aadd53e..0f9c896 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.4.22-8.2.1 +FROM quay.io/bfren/nginx-php:php8.4.23-8.2.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.4/PHP_REVISION b/php8.4/PHP_REVISION index 30ccbd5..66cfd6b 100644 --- a/php8.4/PHP_REVISION +++ b/php8.4/PHP_REVISION @@ -1 +1 @@ -8.4.22 \ No newline at end of file +8.4.23 \ No newline at end of file diff --git a/php8.5/Dockerfile b/php8.5/Dockerfile index 29e65b9..d96bc2b 100644 --- a/php8.5/Dockerfile +++ b/php8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.5.7-8.2.1 +FROM quay.io/bfren/nginx-php:php8.5.8-8.2.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.5/PHP_REVISION b/php8.5/PHP_REVISION index 141b27e..1336777 100644 --- a/php8.5/PHP_REVISION +++ b/php8.5/PHP_REVISION @@ -1 +1 @@ -8.5.7 \ No newline at end of file +8.5.8 \ No newline at end of file