From 08c898949a80db7cf15d2a84e381043f41b4b9f4 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 17 Oct 2025 11:12:16 +0100 Subject: [PATCH 1/3] Bumping version to 2.4.6 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 26f8b8b..62e6420 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.5 \ No newline at end of file +2.4.6 \ No newline at end of file From d7c21c47917c9fd46d3daa3dda5952f5873eea8a Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 17 Oct 2025 11:12:37 +0100 Subject: [PATCH 2/3] 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 6449882..ead1ca3 100644 --- a/7.4/Dockerfile +++ b/7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine:alpine3.15-2.9.8 +FROM ghcr.io/bfren/alpine:alpine3.15-2.9.9 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.0/Dockerfile b/8.0/Dockerfile index 70cdb79..7264cb3 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine:alpine3.16-2.9.8 +FROM ghcr.io/bfren/alpine:alpine3.16-2.9.9 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.1/Dockerfile b/8.1/Dockerfile index 2f78d39..8e7d818 100644 --- a/8.1/Dockerfile +++ b/8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine:alpine3.19-2.9.8 +FROM ghcr.io/bfren/alpine:alpine3.19-2.9.9 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.2/Dockerfile b/8.2/Dockerfile index 2e0e899..f05ef46 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine:alpine3.22-2.9.8 +FROM ghcr.io/bfren/alpine:alpine3.22-2.9.9 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.3/Dockerfile b/8.3/Dockerfile index c6d9d27..9b1a646 100644 --- a/8.3/Dockerfile +++ b/8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine:alpine3.22-2.9.8 +FROM ghcr.io/bfren/alpine:alpine3.22-2.9.9 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.4/Dockerfile b/8.4/Dockerfile index ee1e61b..3cd5949 100644 --- a/8.4/Dockerfile +++ b/8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine:alpine3.22-2.9.8 +FROM ghcr.io/bfren/alpine:alpine3.22-2.9.9 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 351d34d..47dce90 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="2.9.8" +BASE_VERSION="2.9.9" echo "Base: ${BASE_VERSION}" PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4" From 037b2ede0417bc720779ad57242d28f7d2e9ace0 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 17 Oct 2025 11:13:41 +0100 Subject: [PATCH 3/3] Updating to PHP 8.3.26 and 8.4.13 --- 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..83f3c32 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.26-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..1ac0a74 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.26 \ No newline at end of file diff --git a/8.4/overlay/tmp/PHP_BUILD b/8.4/overlay/tmp/PHP_BUILD index dab697b..8e74c11 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.13-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..d905563 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.13 \ No newline at end of file