From a0a09c4f4cd58703f2ebcfb11e0c7229ee62cbd0 Mon Sep 17 00:00:00 2001 From: bfren Date: Tue, 20 Jan 2026 19:42:58 +0000 Subject: [PATCH 1/4] Bumping version to 8.1.3 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index c29b3b5d..d5783154 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.1.2 \ No newline at end of file +8.1.3 \ No newline at end of file From ce65b378cb319eda06e4e852ca4f2d03a3f0fe83 Mon Sep 17 00:00:00 2001 From: bfren Date: Tue, 20 Jan 2026 19:43:00 +0000 Subject: [PATCH 2/4] Updating copyright year to 2026 --- LICENSE | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index b48eea35..b07573d9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2025 bfren +Copyright (c) 2020-2026 bfren Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index e896f610..345a4095 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,4 @@ The image contains a handful of useful Nginx configuration 'helper' files, which ## Copyright -> Copyright (c) 2020-2025 [bfren](https://bfren.dev) (unless otherwise stated) +> Copyright (c) 2020-2026 [bfren](https://bfren.dev) (unless otherwise stated) From c7a62ca5c4668df86896bc845bde9fed43b858d0 Mon Sep 17 00:00:00 2001 From: bfren Date: Tue, 20 Jan 2026 19:43:19 +0000 Subject: [PATCH 3/4] 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 ++-- generate-dockerfiles.sh | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/7.4/Dockerfile b/7.4/Dockerfile index 08c749e5..c16ba402 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.2 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.3 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.1 AS final +FROM quay.io/bfren/nginx:nginx1.20-alpine3.15-7.1.2 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 98913767..b7b540d0 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.2 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.3 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.1 AS final +FROM quay.io/bfren/nginx:nginx1.22-alpine3.16-7.1.2 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 63fd716e..a06279d0 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.2 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.3 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.1 AS final +FROM quay.io/bfren/nginx:nginx1.24-alpine3.19-7.1.2 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 3e815b28..0a0b712c 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.2 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.3 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.1 AS final +FROM quay.io/bfren/nginx:nginx1.28-alpine3.22-7.1.2 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 cfda98bc..55f41e15 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.2 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.3 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.1 AS final +FROM quay.io/bfren/nginx:nginx1.28-alpine3.23-7.1.2 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 c5d53047..0b4d3775 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.2 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.3 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.1 AS final +FROM quay.io/bfren/nginx:nginx1.28-alpine3.23-7.1.2 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 dc1dc24f..d4ef3468 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.2 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.3 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.1 AS final +FROM quay.io/bfren/nginx:nginx1.28-alpine3.23-7.1.2 AS final COPY --from=php /overlay / LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-php" diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index bcecbb4e..1361bd07 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,8 +4,8 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="7.1.1" -PHP_BRANCH="v3.1.2" +BASE_VERSION="7.1.2" +PHP_BRANCH="v3.1.3" PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4 8.5" for V in ${PHP_VERSIONS} ; do From 9f58d5f0dfc00fb9b82d533744036d8ebe247d00 Mon Sep 17 00:00:00 2001 From: bfren Date: Tue, 20 Jan 2026 19:44:08 +0000 Subject: [PATCH 4/4] Updating to PHP 8.5.2 --- 8.5/overlay/tmp/PHP_BUILD | 2 +- 8.5/overlay/tmp/PHP_REVISION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/8.5/overlay/tmp/PHP_BUILD b/8.5/overlay/tmp/PHP_BUILD index d7a9450d..454c0949 100644 --- a/8.5/overlay/tmp/PHP_BUILD +++ b/8.5/overlay/tmp/PHP_BUILD @@ -1 +1 @@ -8.5.1-r0 \ No newline at end of file +8.5.2-r0 \ No newline at end of file diff --git a/8.5/overlay/tmp/PHP_REVISION b/8.5/overlay/tmp/PHP_REVISION index e0741a83..bd0b85a9 100644 --- a/8.5/overlay/tmp/PHP_REVISION +++ b/8.5/overlay/tmp/PHP_REVISION @@ -1 +1 @@ -8.5.1 \ No newline at end of file +8.5.2 \ No newline at end of file