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.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/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.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 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/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 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"