From f930c09f9e0d65f3d15c8ed54715ce242a43b568 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 9 May 2025 09:45:21 +0100 Subject: [PATCH 1/2] Bumping version to 6.4.10 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 34b2e13f..4d43ac3e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.4.9 \ No newline at end of file +6.4.10 \ No newline at end of file From e49c8abe2e14ea3027c85e986ea027b5800da823 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 9 May 2025 09:45:45 +0100 Subject: [PATCH 2/2] Using latest base images Updating to PHP 8.3.19 --- 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.3/PHP_REVISION | 2 +- php8.4/Dockerfile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 8b945014..d73125af 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="7.3.6" +BASE_VERSION="7.3.7" 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 b68786f4..45b35e06 100644 --- a/php7.4/Dockerfile +++ b/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php7.4.33-7.3.6 +FROM ghcr.io/bfren/nginx-php:php7.4.33-7.3.7 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.0/Dockerfile b/php8.0/Dockerfile index 36e9008d..598a0748 100644 --- a/php8.0/Dockerfile +++ b/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.0.30-7.3.6 +FROM ghcr.io/bfren/nginx-php:php8.0.30-7.3.7 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.1/Dockerfile b/php8.1/Dockerfile index 83cd8d3a..bf047dfd 100644 --- a/php8.1/Dockerfile +++ b/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.1.32-7.3.6 +FROM ghcr.io/bfren/nginx-php:php8.1.32-7.3.7 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.2/Dockerfile b/php8.2/Dockerfile index c5203f7e..a7a10be0 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.2.28-7.3.6 +FROM ghcr.io/bfren/nginx-php:php8.2.28-7.3.7 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index 65d86235..d027c18b 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.3.18-7.3.6 +FROM ghcr.io/bfren/nginx-php:php8.3.19-7.3.7 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/PHP_REVISION b/php8.3/PHP_REVISION index d54fe021..a351e1b6 100644 --- a/php8.3/PHP_REVISION +++ b/php8.3/PHP_REVISION @@ -1 +1 @@ -8.3.18 \ No newline at end of file +8.3.19 \ No newline at end of file diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index adcce5a5..0d488257 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.4.5-7.3.6 +FROM ghcr.io/bfren/nginx-php:php8.4.5-7.3.7 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress"