From 1f6f596563fa908e037fb7aea2a906d358056a15 Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 21 Jul 2025 18:35:30 +0100 Subject: [PATCH 1/2] Bumping version to 6.5.4 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 73092f34..c1926171 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.5.3 \ No newline at end of file +6.5.4 \ No newline at end of file From 450a46435726f5fe64e10d246a6529b41378bf54 Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 21 Jul 2025 18:35:48 +0100 Subject: [PATCH 2/2] 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 abba2d28..2721fd37 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="7.4.2" +BASE_VERSION="7.4.3" 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 93197be6..684d2b51 100644 --- a/php7.4/Dockerfile +++ b/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php7.4.33-7.4.2 +FROM ghcr.io/bfren/nginx-php:php7.4.33-7.4.3 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.0/Dockerfile b/php8.0/Dockerfile index d26e3c2e..54fc0482 100644 --- a/php8.0/Dockerfile +++ b/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.0.30-7.4.2 +FROM ghcr.io/bfren/nginx-php:php8.0.30-7.4.3 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.1/Dockerfile b/php8.1/Dockerfile index a9c76a7e..549781d1 100644 --- a/php8.1/Dockerfile +++ b/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.1.32-7.4.2 +FROM ghcr.io/bfren/nginx-php:php8.1.32-7.4.3 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.2/Dockerfile b/php8.2/Dockerfile index 5e40cbf9..791d1d69 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.2.29-7.4.2 +FROM ghcr.io/bfren/nginx-php:php8.2.29-7.4.3 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index 286cbdc1..a9037126 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.3.23-7.4.2 +FROM ghcr.io/bfren/nginx-php:php8.3.23-7.4.3 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index 4e4e6685..5c0ab590 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.4.10-7.4.2 +FROM ghcr.io/bfren/nginx-php:php8.4.10-7.4.3 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress"