diff --git a/7.4/Dockerfile b/7.4/Dockerfile index 7c293b1..6a63359 100644 --- a/7.4/Dockerfile +++ b/7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine:alpine3.15-3.1.1 +FROM quay.io/bfren/alpine:alpine3.15-3.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.0/Dockerfile b/8.0/Dockerfile index ed330b3..6207407 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine:alpine3.16-3.1.1 +FROM quay.io/bfren/alpine:alpine3.16-3.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.1/Dockerfile b/8.1/Dockerfile index 5e5cf30..c2823a2 100644 --- a/8.1/Dockerfile +++ b/8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine:alpine3.19-3.1.1 +FROM quay.io/bfren/alpine:alpine3.19-3.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.2/Dockerfile b/8.2/Dockerfile index f85f4e2..664bc34 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine:alpine3.22-3.1.1 +FROM quay.io/bfren/alpine:alpine3.22-3.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.3/Dockerfile b/8.3/Dockerfile index 438ba2d..f25e129 100644 --- a/8.3/Dockerfile +++ b/8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine:alpine3.23-3.1.1 +FROM quay.io/bfren/alpine:alpine3.23-3.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.4/Dockerfile b/8.4/Dockerfile index 1df57df..18cbe75 100644 --- a/8.4/Dockerfile +++ b/8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine:alpine3.23-3.1.1 +FROM quay.io/bfren/alpine:alpine3.23-3.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.5/Dockerfile b/8.5/Dockerfile index 36741a7..fcba9c3 100644 --- a/8.5/Dockerfile +++ b/8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine:alpine3.23-3.1.1 +FROM quay.io/bfren/alpine:alpine3.23-3.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-php" diff --git a/8.5/overlay/tmp/PHP_BUILD b/8.5/overlay/tmp/PHP_BUILD index d7a9450..454c094 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 e0741a8..bd0b85a 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 diff --git a/LICENSE b/LICENSE index ea4b5b8..f61132e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2025 bfren +Copyright (c) 2021-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 fd6c02e..3f9184d 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,4 @@ To override values in php.ini map a `php-ini.json` file to root - see `php-ini-s ## Copyright -> Copyright (c) 2021-2025 [bfren](https://bfren.dev) (unless otherwise stated) +> Copyright (c) 2021-2026 [bfren](https://bfren.dev) (unless otherwise stated) diff --git a/VERSION b/VERSION index 6ebad14..711ee4f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.2 \ No newline at end of file +3.1.3 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 838ec7a..39b5018 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="3.1.1" +BASE_VERSION="3.1.2" echo "Base: ${BASE_VERSION}" PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4 8.5"