From c142c4f5c08aa6abc6ea9da374f5447bd029586d Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 26 Dec 2025 11:14:51 +0000 Subject: [PATCH 1/3] Bumping version to 7.1.3 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0e7b60d..ad955e9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.1.2 \ No newline at end of file +7.1.3 \ No newline at end of file From d02ba508ce1d8dd2f1eba8e3de6cb66d4b32abbb Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 26 Dec 2025 11:15:04 +0000 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 53fbb90..acb4c19 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="8.1.1" +BASE_VERSION="8.1.2" 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 a769cb7..8143216 100644 --- a/php7.4/Dockerfile +++ b/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php7.4.33-8.1.1 +FROM quay.io/bfren/nginx-php:php7.4.33-8.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.0/Dockerfile b/php8.0/Dockerfile index 9fdf88d..4625eb3 100644 --- a/php8.0/Dockerfile +++ b/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.0.30-8.1.1 +FROM quay.io/bfren/nginx-php:php8.0.30-8.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.1/Dockerfile b/php8.1/Dockerfile index 80d5d9a..aad6f85 100644 --- a/php8.1/Dockerfile +++ b/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.1.32-8.1.1 +FROM quay.io/bfren/nginx-php:php8.1.32-8.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.2/Dockerfile b/php8.2/Dockerfile index 23c5d7a..32683b7 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.2.29-8.1.1 +FROM quay.io/bfren/nginx-php:php8.2.29-8.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index 6e818d8..c1341d1 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.3.28-8.1.1 +FROM quay.io/bfren/nginx-php:php8.3.28-8.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index b729f82..0ed4aa2 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.4.15-8.1.1 +FROM quay.io/bfren/nginx-php:php8.4.15-8.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.5/Dockerfile b/php8.5/Dockerfile index 64939ee..b2c390d 100644 --- a/php8.5/Dockerfile +++ b/php8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.5.0-8.1.1 +FROM quay.io/bfren/nginx-php:php8.5.0-8.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" From 6db91cb4296899c997f4e2ce057823335d87c515 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 26 Dec 2025 11:15:24 +0000 Subject: [PATCH 3/3] Updating to PHP 8.2.30, 8.3.39, 8.4.16 and 8.5.1 --- 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 32683b7..296bdf6 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.2.29-8.1.2 +FROM quay.io/bfren/nginx-php:php8.2.30-8.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.2/PHP_REVISION b/php8.2/PHP_REVISION index 5cc36b9..a9b0541 100644 --- a/php8.2/PHP_REVISION +++ b/php8.2/PHP_REVISION @@ -1 +1 @@ -8.2.29 \ No newline at end of file +8.2.30 \ No newline at end of file diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index c1341d1..e9dbf58 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.3.28-8.1.2 +FROM quay.io/bfren/nginx-php:php8.3.29-8.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/PHP_REVISION b/php8.3/PHP_REVISION index 6b28411..4bb9e36 100644 --- a/php8.3/PHP_REVISION +++ b/php8.3/PHP_REVISION @@ -1 +1 @@ -8.3.28 \ No newline at end of file +8.3.29 \ No newline at end of file diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index 0ed4aa2..c0aced2 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.4.15-8.1.2 +FROM quay.io/bfren/nginx-php:php8.4.16-8.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.4/PHP_REVISION b/php8.4/PHP_REVISION index 79745a8..79c1c50 100644 --- a/php8.4/PHP_REVISION +++ b/php8.4/PHP_REVISION @@ -1 +1 @@ -8.4.15 \ No newline at end of file +8.4.16 \ No newline at end of file diff --git a/php8.5/Dockerfile b/php8.5/Dockerfile index b2c390d..0fb3ee2 100644 --- a/php8.5/Dockerfile +++ b/php8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.5.0-8.1.2 +FROM quay.io/bfren/nginx-php:php8.5.1-8.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.5/PHP_REVISION b/php8.5/PHP_REVISION index 5eaed3b..e0741a8 100644 --- a/php8.5/PHP_REVISION +++ b/php8.5/PHP_REVISION @@ -1 +1 @@ -8.5.0 \ No newline at end of file +8.5.1 \ No newline at end of file