From 78f8bc88f4a3c3dbca8d8cdba68631d5bffd95e4 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 17 Oct 2025 11:51:36 +0100 Subject: [PATCH 1/5] Bumping version to 6.5.6 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0a0371dd..23dddbc6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.5.5 \ No newline at end of file +6.5.6 \ No newline at end of file From 98faf2e446f78fa2be4bd2bf2d22ffc20f396c76 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 17 Oct 2025 11:51:53 +0100 Subject: [PATCH 2/5] 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 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 1723ff24..e843a951 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="7.5.1" +BASE_VERSION="7.5.2" echo "Base: ${BASE_VERSION}" PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4" diff --git a/php7.4/Dockerfile b/php7.4/Dockerfile index 6d179dfd..c08ff888 100644 --- a/php7.4/Dockerfile +++ b/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php7.4.33-7.5.1 +FROM ghcr.io/bfren/nginx-php:php7.4.33-7.5.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.0/Dockerfile b/php8.0/Dockerfile index 12aec8db..745b78d5 100644 --- a/php8.0/Dockerfile +++ b/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.0.30-7.5.1 +FROM ghcr.io/bfren/nginx-php:php8.0.30-7.5.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.1/Dockerfile b/php8.1/Dockerfile index 7ab41c79..3ad98688 100644 --- a/php8.1/Dockerfile +++ b/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.1.32-7.5.1 +FROM ghcr.io/bfren/nginx-php:php8.1.32-7.5.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.2/Dockerfile b/php8.2/Dockerfile index 8deacccc..8ab19d93 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.2.29-7.5.1 +FROM ghcr.io/bfren/nginx-php:php8.2.29-7.5.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index ca484c37..fac18dea 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.3.24-7.5.1 +FROM ghcr.io/bfren/nginx-php:php8.3.24-7.5.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index b94ecb70..e5300ec4 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.4.11-7.5.1 +FROM ghcr.io/bfren/nginx-php:php8.4.11-7.5.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" From d37ea956706d4db6c51efd6be06164f10d58ff10 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 17 Oct 2025 11:52:16 +0100 Subject: [PATCH 3/5] Updating to PHP 8.3.26 and 8.4.13 --- php8.3/Dockerfile | 2 +- php8.3/PHP_REVISION | 2 +- php8.4/Dockerfile | 2 +- php8.4/PHP_REVISION | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index fac18dea..b26d2723 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.3.24-7.5.2 +FROM ghcr.io/bfren/nginx-php:php8.3.26-7.5.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 99d33913..1ac0a74f 100644 --- a/php8.3/PHP_REVISION +++ b/php8.3/PHP_REVISION @@ -1 +1 @@ -8.3.24 \ No newline at end of file +8.3.26 \ No newline at end of file diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index e5300ec4..c96612dd 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.4.11-7.5.2 +FROM ghcr.io/bfren/nginx-php:php8.4.13-7.5.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 95862d66..d905563b 100644 --- a/php8.4/PHP_REVISION +++ b/php8.4/PHP_REVISION @@ -1 +1 @@ -8.4.11 \ No newline at end of file +8.4.13 \ No newline at end of file From a7c601bc0a681701898b4b072b389117440bb7b5 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 17 Oct 2025 11:53:25 +0100 Subject: [PATCH 4/5] Updating to WordPress 6.8.3 --- overlay/tmp/WP_VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/tmp/WP_VERSION b/overlay/tmp/WP_VERSION index 295ec490..8fc3e14c 100644 --- a/overlay/tmp/WP_VERSION +++ b/overlay/tmp/WP_VERSION @@ -1 +1 @@ -6.8.2 \ No newline at end of file +6.8.3 \ No newline at end of file From bd30f0686333cb7dda94d1daa9e10568214319b7 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 17 Oct 2025 11:53:34 +0100 Subject: [PATCH 5/5] Updating to NinjaFirewall 4.8 --- overlay/tmp/NINJAFIREWALL_VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/tmp/NINJAFIREWALL_VERSION b/overlay/tmp/NINJAFIREWALL_VERSION index 5ca7df98..b6afe802 100644 --- a/overlay/tmp/NINJAFIREWALL_VERSION +++ b/overlay/tmp/NINJAFIREWALL_VERSION @@ -1 +1 @@ -4.7.4 \ No newline at end of file +4.8 \ No newline at end of file