From 766525ba4e457860b0896b629dff50406eac67e6 Mon Sep 17 00:00:00 2001 From: bfren Date: Sun, 28 Jun 2026 08:47:32 +0100 Subject: [PATCH 1/7] Bumping version to 8.1.13 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 51947ed3..70b63a90 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.1.12 \ No newline at end of file +8.1.13 \ No newline at end of file From 4ab8af3e77770dad81821f2f3131009233be9752 Mon Sep 17 00:00:00 2001 From: bfren Date: Sun, 28 Jun 2026 08:48:25 +0100 Subject: [PATCH 2/7] Bumping version to 8.2.0 --- VERSION | 2 +- VERSION_MINOR | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 70b63a90..88dee361 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.1.13 \ No newline at end of file +8.2.0 \ No newline at end of file diff --git a/VERSION_MINOR b/VERSION_MINOR index 8d1eec65..0dc0f32d 100644 --- a/VERSION_MINOR +++ b/VERSION_MINOR @@ -1 +1 @@ -8.1 \ No newline at end of file +8.2 \ No newline at end of file From d00ba35731c45296bc168f8f18b1c58a90bc4619 Mon Sep 17 00:00:00 2001 From: bfren Date: Sun, 28 Jun 2026 08:48:52 +0100 Subject: [PATCH 3/7] Using Nginx 1.30 base on Alpine 3.24 for latest versions --- 8.3/NGINX_BASE | 2 +- 8.4/NGINX_BASE | 2 +- 8.5/NGINX_BASE | 2 +- generate-dockerfiles.sh | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/8.3/NGINX_BASE b/8.3/NGINX_BASE index feb3aeb3..68707d64 100644 --- a/8.3/NGINX_BASE +++ b/8.3/NGINX_BASE @@ -1 +1 @@ -nginx1.28-alpine3.23 \ No newline at end of file +nginx1.30-alpine3.24 \ No newline at end of file diff --git a/8.4/NGINX_BASE b/8.4/NGINX_BASE index feb3aeb3..68707d64 100644 --- a/8.4/NGINX_BASE +++ b/8.4/NGINX_BASE @@ -1 +1 @@ -nginx1.28-alpine3.23 \ No newline at end of file +nginx1.30-alpine3.24 \ No newline at end of file diff --git a/8.5/NGINX_BASE b/8.5/NGINX_BASE index feb3aeb3..68707d64 100644 --- a/8.5/NGINX_BASE +++ b/8.5/NGINX_BASE @@ -1 +1 @@ -nginx1.28-alpine3.23 \ No newline at end of file +nginx1.30-alpine3.24 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index d1836be2..aa054b88 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,8 +4,8 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="7.1.9" -PHP_BRANCH="v3.1.11" +BASE_VERSION="7.2.0" +PHP_BRANCH="v3.2.0" PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4 8.5" for V in ${PHP_VERSIONS} ; do From 26a5dd7fa14b3611ecb14e930743e8239800f627 Mon Sep 17 00:00:00 2001 From: bfren Date: Sun, 28 Jun 2026 08:49:08 +0100 Subject: [PATCH 4/7] Using latest base images --- 7.4/Dockerfile | 4 ++-- 8.0/Dockerfile | 4 ++-- 8.1/Dockerfile | 4 ++-- 8.2/Dockerfile | 4 ++-- 8.3/Dockerfile | 4 ++-- 8.4/Dockerfile | 4 ++-- 8.5/Dockerfile | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/7.4/Dockerfile b/7.4/Dockerfile index 4ae0a261..dd08e5f6 100644 --- a/7.4/Dockerfile +++ b/7.4/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.1.11 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.2.0 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ @@ -17,7 +17,7 @@ RUN \ # STAGE 1: create final image #====================================================================================================================== -FROM quay.io/bfren/nginx:nginx1.20-alpine3.15-7.1.9 AS final +FROM quay.io/bfren/nginx:nginx1.20-alpine3.15-7.2.0 AS final COPY --from=php /overlay / LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-php" diff --git a/8.0/Dockerfile b/8.0/Dockerfile index 4775f540..0bc4c77d 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.1.11 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.2.0 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ @@ -17,7 +17,7 @@ RUN \ # STAGE 1: create final image #====================================================================================================================== -FROM quay.io/bfren/nginx:nginx1.22-alpine3.16-7.1.9 AS final +FROM quay.io/bfren/nginx:nginx1.22-alpine3.16-7.2.0 AS final COPY --from=php /overlay / LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-php" diff --git a/8.1/Dockerfile b/8.1/Dockerfile index d559db21..21ca916f 100644 --- a/8.1/Dockerfile +++ b/8.1/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.1.11 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.2.0 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ @@ -17,7 +17,7 @@ RUN \ # STAGE 1: create final image #====================================================================================================================== -FROM quay.io/bfren/nginx:nginx1.24-alpine3.19-7.1.9 AS final +FROM quay.io/bfren/nginx:nginx1.24-alpine3.19-7.2.0 AS final COPY --from=php /overlay / LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-php" diff --git a/8.2/Dockerfile b/8.2/Dockerfile index 4014e8eb..be92f16e 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.1.11 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.2.0 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ @@ -17,7 +17,7 @@ RUN \ # STAGE 1: create final image #====================================================================================================================== -FROM quay.io/bfren/nginx:nginx1.28-alpine3.22-7.1.9 AS final +FROM quay.io/bfren/nginx:nginx1.28-alpine3.22-7.2.0 AS final COPY --from=php /overlay / LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-php" diff --git a/8.3/Dockerfile b/8.3/Dockerfile index 02b90756..4a9fd74f 100644 --- a/8.3/Dockerfile +++ b/8.3/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.1.11 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.2.0 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ @@ -17,7 +17,7 @@ RUN \ # STAGE 1: create final image #====================================================================================================================== -FROM quay.io/bfren/nginx:nginx1.28-alpine3.23-7.1.9 AS final +FROM quay.io/bfren/nginx:nginx1.30-alpine3.24-7.2.0 AS final COPY --from=php /overlay / LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-php" diff --git a/8.4/Dockerfile b/8.4/Dockerfile index c9b4f25a..2d43eaa0 100644 --- a/8.4/Dockerfile +++ b/8.4/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.1.11 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.2.0 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ @@ -17,7 +17,7 @@ RUN \ # STAGE 1: create final image #====================================================================================================================== -FROM quay.io/bfren/nginx:nginx1.28-alpine3.23-7.1.9 AS final +FROM quay.io/bfren/nginx:nginx1.30-alpine3.24-7.2.0 AS final COPY --from=php /overlay / LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-php" diff --git a/8.5/Dockerfile b/8.5/Dockerfile index 858bbd26..3652799c 100644 --- a/8.5/Dockerfile +++ b/8.5/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.1.11 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.2.0 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ @@ -17,7 +17,7 @@ RUN \ # STAGE 1: create final image #====================================================================================================================== -FROM quay.io/bfren/nginx:nginx1.28-alpine3.23-7.1.9 AS final +FROM quay.io/bfren/nginx:nginx1.30-alpine3.24-7.2.0 AS final COPY --from=php /overlay / LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-php" From 560d2d419d8b394ed75e477d48ca3cc720caed40 Mon Sep 17 00:00:00 2001 From: bfren Date: Sun, 28 Jun 2026 08:49:28 +0100 Subject: [PATCH 5/7] 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 +- 8.5/Dockerfile | 2 +- generate-dockerfiles.sh | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/7.4/Dockerfile b/7.4/Dockerfile index dd08e5f6..58e9edc7 100644 --- a/7.4/Dockerfile +++ b/7.4/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.2.0 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.12 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ diff --git a/8.0/Dockerfile b/8.0/Dockerfile index 0bc4c77d..68ca3811 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.2.0 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.12 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ diff --git a/8.1/Dockerfile b/8.1/Dockerfile index 21ca916f..340e8ba5 100644 --- a/8.1/Dockerfile +++ b/8.1/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.2.0 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.12 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ diff --git a/8.2/Dockerfile b/8.2/Dockerfile index be92f16e..88566817 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.2.0 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.12 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ diff --git a/8.3/Dockerfile b/8.3/Dockerfile index 4a9fd74f..fe9b7c0e 100644 --- a/8.3/Dockerfile +++ b/8.3/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.2.0 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.12 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ diff --git a/8.4/Dockerfile b/8.4/Dockerfile index 2d43eaa0..7dd374b9 100644 --- a/8.4/Dockerfile +++ b/8.4/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.2.0 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.12 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ diff --git a/8.5/Dockerfile b/8.5/Dockerfile index 3652799c..b89e94ab 100644 --- a/8.5/Dockerfile +++ b/8.5/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.2.0 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.12 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index aa054b88..0fac44c4 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -5,7 +5,7 @@ set -euo pipefail docker pull bfren/alpine BASE_VERSION="7.2.0" -PHP_BRANCH="v3.2.0" +PHP_BRANCH="v3.1.12" PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4 8.5" for V in ${PHP_VERSIONS} ; do From b4813187f325682c37ed1ff9ce9c333c248bc1b3 Mon Sep 17 00:00:00 2001 From: bfren Date: Sun, 28 Jun 2026 08:50:20 +0100 Subject: [PATCH 6/7] Updating to PHP 8.1.34, 8.4.22 and 8.5.7 --- 8.1/overlay/tmp/PHP_BUILD | 2 +- 8.1/overlay/tmp/PHP_REVISION | 2 +- 8.4/overlay/tmp/PHP_BUILD | 2 +- 8.4/overlay/tmp/PHP_REVISION | 2 +- 8.5/overlay/tmp/PHP_BUILD | 2 +- 8.5/overlay/tmp/PHP_REVISION | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/8.1/overlay/tmp/PHP_BUILD b/8.1/overlay/tmp/PHP_BUILD index 3662ce7e..df2ae587 100644 --- a/8.1/overlay/tmp/PHP_BUILD +++ b/8.1/overlay/tmp/PHP_BUILD @@ -1 +1 @@ -8.1.32-r0 \ No newline at end of file +8.1.34-r0 \ No newline at end of file diff --git a/8.1/overlay/tmp/PHP_REVISION b/8.1/overlay/tmp/PHP_REVISION index cc20f5c1..e66cace4 100644 --- a/8.1/overlay/tmp/PHP_REVISION +++ b/8.1/overlay/tmp/PHP_REVISION @@ -1 +1 @@ -8.1.32 \ No newline at end of file +8.1.34 \ No newline at end of file diff --git a/8.4/overlay/tmp/PHP_BUILD b/8.4/overlay/tmp/PHP_BUILD index 9913d655..c624ff5e 100644 --- a/8.4/overlay/tmp/PHP_BUILD +++ b/8.4/overlay/tmp/PHP_BUILD @@ -1 +1 @@ -8.4.21-r0 \ No newline at end of file +8.4.22-r0 \ No newline at end of file diff --git a/8.4/overlay/tmp/PHP_REVISION b/8.4/overlay/tmp/PHP_REVISION index 86c4b277..30ccbd5b 100644 --- a/8.4/overlay/tmp/PHP_REVISION +++ b/8.4/overlay/tmp/PHP_REVISION @@ -1 +1 @@ -8.4.21 \ No newline at end of file +8.4.22 \ No newline at end of file diff --git a/8.5/overlay/tmp/PHP_BUILD b/8.5/overlay/tmp/PHP_BUILD index a632cb6d..b977a6ff 100644 --- a/8.5/overlay/tmp/PHP_BUILD +++ b/8.5/overlay/tmp/PHP_BUILD @@ -1 +1 @@ -8.5.6-r0 \ No newline at end of file +8.5.7-r0 \ No newline at end of file diff --git a/8.5/overlay/tmp/PHP_REVISION b/8.5/overlay/tmp/PHP_REVISION index ff3215e2..141b27e6 100644 --- a/8.5/overlay/tmp/PHP_REVISION +++ b/8.5/overlay/tmp/PHP_REVISION @@ -1 +1 @@ -8.5.6 \ No newline at end of file +8.5.7 \ No newline at end of file From 403d03ef5273017175af2aa9f270da8fc40a0d66 Mon Sep 17 00:00:00 2001 From: bfren Date: Sun, 28 Jun 2026 08:53:10 +0100 Subject: [PATCH 7/7] Updating PHP 8.3 build --- 8.3/overlay/tmp/PHP_BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8.3/overlay/tmp/PHP_BUILD b/8.3/overlay/tmp/PHP_BUILD index 969ad933..dfe9c0f0 100644 --- a/8.3/overlay/tmp/PHP_BUILD +++ b/8.3/overlay/tmp/PHP_BUILD @@ -1 +1 @@ -8.3.31-r0 \ No newline at end of file +8.3.31-r1 \ No newline at end of file