From 60723afd3ece8e2bf3f2378071dc7d2acc50d0f5 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 6 Jun 2025 14:18:56 +0100 Subject: [PATCH 1/4] Bumping version to 6.4.12 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 604e133..8f48825 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.4.11 \ No newline at end of file +6.4.12 \ No newline at end of file From 656eddff6f354e3699290cc8f88607ec83c217e4 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 6 Jun 2025 14:19:58 +0100 Subject: [PATCH 2/4] Bumping version to 6.5.0 --- VERSION | 2 +- VERSION_MINOR | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8f48825..4be2c72 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.4.12 \ No newline at end of file +6.5.0 \ No newline at end of file diff --git a/VERSION_MINOR b/VERSION_MINOR index 124bfa2..69c9391 100644 --- a/VERSION_MINOR +++ b/VERSION_MINOR @@ -1 +1 @@ -6.4 \ No newline at end of file +6.5 \ No newline at end of file From 5ca02278abc482048b1416ec77148d0f2567305d Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 6 Jun 2025 15:13:12 +0100 Subject: [PATCH 3/4] Using latest base images --- generate-dockerfiles.sh | 2 +- php7.4/Dockerfile | 2 +- php8.0/Dockerfile | 2 +- php8.1/Dockerfile | 2 +- php8.2/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index d73125a..3fcca94 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="7.3.7" +BASE_VERSION="7.4.0" 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 c7f5248..a7063e5 100644 --- a/php7.4/Dockerfile +++ b/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php7.4.33-7.3.7 +FROM ghcr.io/bfren/nginx-php:php7.4.33-7.4.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.0/Dockerfile b/php8.0/Dockerfile index 00d2241..1fa33b4 100644 --- a/php8.0/Dockerfile +++ b/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.0.30-7.3.7 +FROM ghcr.io/bfren/nginx-php:php8.0.30-7.4.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.1/Dockerfile b/php8.1/Dockerfile index 46e3102..b160c41 100644 --- a/php8.1/Dockerfile +++ b/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.1.32-7.3.7 +FROM ghcr.io/bfren/nginx-php:php8.1.32-7.4.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.2/Dockerfile b/php8.2/Dockerfile index c849fa8..4334ebf 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.2.28-7.3.7 +FROM ghcr.io/bfren/nginx-php:php8.2.28-7.4.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" From ca84b66d87ea482e8b1c2cac0c3dd5c2555b1485 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 6 Jun 2025 15:13:18 +0100 Subject: [PATCH 4/4] Updating to PHP 8.3.22 and 8.4.8 --- 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 a87a251..f90e39a 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.3.19-7.3.7 +FROM ghcr.io/bfren/nginx-php:php8.3.22-7.4.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/PHP_REVISION b/php8.3/PHP_REVISION index a351e1b..ea62321 100644 --- a/php8.3/PHP_REVISION +++ b/php8.3/PHP_REVISION @@ -1 +1 @@ -8.3.19 \ No newline at end of file +8.3.22 \ No newline at end of file diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index 7c870dc..673d0de 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.4.5-7.3.7 +FROM ghcr.io/bfren/nginx-php:php8.4.8-7.4.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.4/PHP_REVISION b/php8.4/PHP_REVISION index 007f2e6..5ceea6d 100644 --- a/php8.4/PHP_REVISION +++ b/php8.4/PHP_REVISION @@ -1 +1 @@ -8.4.5 \ No newline at end of file +8.4.8 \ No newline at end of file