From 7eb15b74b1748039be295ed98cb6750dad71d302 Mon Sep 17 00:00:00 2001 From: bfren Date: Wed, 28 Jan 2026 22:31:57 +0000 Subject: [PATCH 1/3] Bumping version to 3.1.4 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 711ee4f..b532f3d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.3 \ No newline at end of file +3.1.4 \ No newline at end of file From c51505bd6570a4215678d58ca800c5944578b23f Mon Sep 17 00:00:00 2001 From: bfren Date: Wed, 28 Jan 2026 22:32:07 +0000 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 +- 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 6a63359..7b4bc82 100644 --- a/7.4/Dockerfile +++ b/7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine:alpine3.15-3.1.2 +FROM quay.io/bfren/alpine:alpine3.15-3.1.3 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.0/Dockerfile b/8.0/Dockerfile index 6207407..9145117 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine:alpine3.16-3.1.2 +FROM quay.io/bfren/alpine:alpine3.16-3.1.3 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.1/Dockerfile b/8.1/Dockerfile index c2823a2..98f4374 100644 --- a/8.1/Dockerfile +++ b/8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine:alpine3.19-3.1.2 +FROM quay.io/bfren/alpine:alpine3.19-3.1.3 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.2/Dockerfile b/8.2/Dockerfile index 664bc34..8f37129 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine:alpine3.22-3.1.2 +FROM quay.io/bfren/alpine:alpine3.22-3.1.3 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.3/Dockerfile b/8.3/Dockerfile index f25e129..8a31a17 100644 --- a/8.3/Dockerfile +++ b/8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine:alpine3.23-3.1.2 +FROM quay.io/bfren/alpine:alpine3.23-3.1.3 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.4/Dockerfile b/8.4/Dockerfile index 18cbe75..d1ae4f0 100644 --- a/8.4/Dockerfile +++ b/8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine:alpine3.23-3.1.2 +FROM quay.io/bfren/alpine:alpine3.23-3.1.3 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.5/Dockerfile b/8.5/Dockerfile index fcba9c3..35d02fa 100644 --- a/8.5/Dockerfile +++ b/8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine:alpine3.23-3.1.2 +FROM quay.io/bfren/alpine:alpine3.23-3.1.3 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 39b5018..48c3ad6 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="3.1.2" +BASE_VERSION="3.1.3" echo "Base: ${BASE_VERSION}" PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4 8.5" From 9d9fc0fc6d803b8530120f63b4ea501f23eb860a Mon Sep 17 00:00:00 2001 From: bfren Date: Wed, 28 Jan 2026 22:33:53 +0000 Subject: [PATCH 3/3] Updating to PHP 8.3.30 and 8.4.17 --- 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 de06524..b9c309b 100644 --- a/8.3/overlay/tmp/PHP_BUILD +++ b/8.3/overlay/tmp/PHP_BUILD @@ -1 +1 @@ -8.3.29-r0 \ No newline at end of file +8.3.30-r0 \ No newline at end of file diff --git a/8.3/overlay/tmp/PHP_REVISION b/8.3/overlay/tmp/PHP_REVISION index 4bb9e36..0f197cf 100644 --- a/8.3/overlay/tmp/PHP_REVISION +++ b/8.3/overlay/tmp/PHP_REVISION @@ -1 +1 @@ -8.3.29 \ No newline at end of file +8.3.30 \ No newline at end of file diff --git a/8.4/overlay/tmp/PHP_BUILD b/8.4/overlay/tmp/PHP_BUILD index d04861e..0843217 100644 --- a/8.4/overlay/tmp/PHP_BUILD +++ b/8.4/overlay/tmp/PHP_BUILD @@ -1 +1 @@ -8.4.16-r0 \ No newline at end of file +8.4.17-r0 \ No newline at end of file diff --git a/8.4/overlay/tmp/PHP_REVISION b/8.4/overlay/tmp/PHP_REVISION index 79c1c50..d7b295f 100644 --- a/8.4/overlay/tmp/PHP_REVISION +++ b/8.4/overlay/tmp/PHP_REVISION @@ -1 +1 @@ -8.4.16 \ No newline at end of file +8.4.17 \ No newline at end of file