From c98bee0880ed74ae34548349504f74ceb971269f Mon Sep 17 00:00:00 2001 From: bfren Date: Sun, 7 Sep 2025 18:41:32 +0100 Subject: [PATCH 1/4] Bumping version to 2.4.5 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index ab6d278..26f8b8b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.4 \ No newline at end of file +2.4.5 \ No newline at end of file From 3f72937c2e528677767e1770b96cd80660a829e4 Mon Sep 17 00:00:00 2001 From: bfren Date: Sun, 7 Sep 2025 18:42:15 +0100 Subject: [PATCH 2/4] Updating to PHP 8.3.25 and 8.4.12 --- 8.3/overlay/tmp/PHP_BUILD | 2 +- 8.3/overlay/tmp/PHP_REVISION | 2 +- 8.4/overlay/tmp/PHP_BUILD | 2 +- 8.4/overlay/tmp/PHP_REVISION | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/8.3/overlay/tmp/PHP_BUILD b/8.3/overlay/tmp/PHP_BUILD index 781b64f..6b883b9 100644 --- a/8.3/overlay/tmp/PHP_BUILD +++ b/8.3/overlay/tmp/PHP_BUILD @@ -1 +1 @@ -8.3.24-r0 \ No newline at end of file +8.3.25-r0 \ No newline at end of file diff --git a/8.3/overlay/tmp/PHP_REVISION b/8.3/overlay/tmp/PHP_REVISION index 99d3391..beec378 100644 --- a/8.3/overlay/tmp/PHP_REVISION +++ b/8.3/overlay/tmp/PHP_REVISION @@ -1 +1 @@ -8.3.24 \ No newline at end of file +8.3.25 \ No newline at end of file diff --git a/8.4/overlay/tmp/PHP_BUILD b/8.4/overlay/tmp/PHP_BUILD index dab697b..a17544c 100644 --- a/8.4/overlay/tmp/PHP_BUILD +++ b/8.4/overlay/tmp/PHP_BUILD @@ -1 +1 @@ -8.4.11-r0 \ No newline at end of file +8.4.12-r0 \ No newline at end of file diff --git a/8.4/overlay/tmp/PHP_REVISION b/8.4/overlay/tmp/PHP_REVISION index 95862d6..b82f3e9 100644 --- a/8.4/overlay/tmp/PHP_REVISION +++ b/8.4/overlay/tmp/PHP_REVISION @@ -1 +1 @@ -8.4.11 \ No newline at end of file +8.4.12 \ No newline at end of file From e3c0500842c6ec0d0d62fe41a88ded9c4a715b48 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 12 Sep 2025 12:56:45 +0100 Subject: [PATCH 3/4] Using latest base images --- 7.4/Dockerfile | 2 +- 8.0/Dockerfile | 2 +- 8.1/Dockerfile | 2 +- 8.2/Dockerfile | 2 +- 8.3/Dockerfile | 2 +- 8.4/Dockerfile | 2 +- generate-dockerfiles.sh | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/7.4/Dockerfile b/7.4/Dockerfile index 1e9e7fb..6449882 100644 --- a/7.4/Dockerfile +++ b/7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine:alpine3.15-2.9.7 +FROM ghcr.io/bfren/alpine:alpine3.15-2.9.8 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.0/Dockerfile b/8.0/Dockerfile index 9c50764..70cdb79 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine:alpine3.16-2.9.7 +FROM ghcr.io/bfren/alpine:alpine3.16-2.9.8 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.1/Dockerfile b/8.1/Dockerfile index 4045175..2f78d39 100644 --- a/8.1/Dockerfile +++ b/8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine:alpine3.19-2.9.7 +FROM ghcr.io/bfren/alpine:alpine3.19-2.9.8 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.2/Dockerfile b/8.2/Dockerfile index 89ed534..2e0e899 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine:alpine3.22-2.9.7 +FROM ghcr.io/bfren/alpine:alpine3.22-2.9.8 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.3/Dockerfile b/8.3/Dockerfile index 5321e30..c6d9d27 100644 --- a/8.3/Dockerfile +++ b/8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine:alpine3.22-2.9.7 +FROM ghcr.io/bfren/alpine:alpine3.22-2.9.8 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.4/Dockerfile b/8.4/Dockerfile index e5509b0..ee1e61b 100644 --- a/8.4/Dockerfile +++ b/8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine:alpine3.22-2.9.7 +FROM ghcr.io/bfren/alpine:alpine3.22-2.9.8 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index e43aaa5..351d34d 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="2.9.7" +BASE_VERSION="2.9.8" echo "Base: ${BASE_VERSION}" PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4" From 0ba74f5d56b04a615b79498be4e8e78c277106de Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 12 Sep 2025 12:57:25 +0100 Subject: [PATCH 4/4] Reverting to PHP 8.3.24 and 8.4.11 --- 8.3/overlay/tmp/PHP_BUILD | 2 +- 8.3/overlay/tmp/PHP_REVISION | 2 +- 8.4/overlay/tmp/PHP_BUILD | 2 +- 8.4/overlay/tmp/PHP_REVISION | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/8.3/overlay/tmp/PHP_BUILD b/8.3/overlay/tmp/PHP_BUILD index 6b883b9..781b64f 100644 --- a/8.3/overlay/tmp/PHP_BUILD +++ b/8.3/overlay/tmp/PHP_BUILD @@ -1 +1 @@ -8.3.25-r0 \ No newline at end of file +8.3.24-r0 \ No newline at end of file diff --git a/8.3/overlay/tmp/PHP_REVISION b/8.3/overlay/tmp/PHP_REVISION index beec378..99d3391 100644 --- a/8.3/overlay/tmp/PHP_REVISION +++ b/8.3/overlay/tmp/PHP_REVISION @@ -1 +1 @@ -8.3.25 \ No newline at end of file +8.3.24 \ No newline at end of file diff --git a/8.4/overlay/tmp/PHP_BUILD b/8.4/overlay/tmp/PHP_BUILD index a17544c..dab697b 100644 --- a/8.4/overlay/tmp/PHP_BUILD +++ b/8.4/overlay/tmp/PHP_BUILD @@ -1 +1 @@ -8.4.12-r0 \ No newline at end of file +8.4.11-r0 \ No newline at end of file diff --git a/8.4/overlay/tmp/PHP_REVISION b/8.4/overlay/tmp/PHP_REVISION index b82f3e9..95862d6 100644 --- a/8.4/overlay/tmp/PHP_REVISION +++ b/8.4/overlay/tmp/PHP_REVISION @@ -1 +1 @@ -8.4.12 \ No newline at end of file +8.4.11 \ No newline at end of file