diff --git a/VERSION b/VERSION index b5edd8ee..d4563d9c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.4.6 \ No newline at end of file +6.4.7 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 16001bb5..8b945014 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="7.3.5" +BASE_VERSION="7.3.6" echo "Base: ${BASE_VERSION}" PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4" diff --git a/php7.4/Dockerfile b/php7.4/Dockerfile index 2647bfb2..b68786f4 100644 --- a/php7.4/Dockerfile +++ b/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php7.4.33-7.3.5 +FROM ghcr.io/bfren/nginx-php:php7.4.33-7.3.6 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.0/Dockerfile b/php8.0/Dockerfile index adcec907..36e9008d 100644 --- a/php8.0/Dockerfile +++ b/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.0.30-7.3.5 +FROM ghcr.io/bfren/nginx-php:php8.0.30-7.3.6 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.1/Dockerfile b/php8.1/Dockerfile index c33743ec..83cd8d3a 100644 --- a/php8.1/Dockerfile +++ b/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.1.31-7.3.5 +FROM ghcr.io/bfren/nginx-php:php8.1.32-7.3.6 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.1/PHP_REVISION b/php8.1/PHP_REVISION index f1b3d85c..cc20f5c1 100644 --- a/php8.1/PHP_REVISION +++ b/php8.1/PHP_REVISION @@ -1 +1 @@ -8.1.31 \ No newline at end of file +8.1.32 \ No newline at end of file diff --git a/php8.2/Dockerfile b/php8.2/Dockerfile index 7fca3069..c5203f7e 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.2.27-7.3.5 +FROM ghcr.io/bfren/nginx-php:php8.2.28-7.3.6 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.2/PHP_REVISION b/php8.2/PHP_REVISION index ab2d58a4..8feaf39a 100644 --- a/php8.2/PHP_REVISION +++ b/php8.2/PHP_REVISION @@ -1 +1 @@ -8.2.27 \ No newline at end of file +8.2.28 \ No newline at end of file diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index 7681395f..65d86235 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.3.17-7.3.5 +FROM ghcr.io/bfren/nginx-php:php8.3.18-7.3.6 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/PHP_REVISION b/php8.3/PHP_REVISION index 963d3cb8..d54fe021 100644 --- a/php8.3/PHP_REVISION +++ b/php8.3/PHP_REVISION @@ -1 +1 @@ -8.3.17 \ No newline at end of file +8.3.18 \ No newline at end of file diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index 455c807f..adcce5a5 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.4.4-7.3.5 +FROM ghcr.io/bfren/nginx-php:php8.4.5-7.3.6 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.4/PHP_REVISION b/php8.4/PHP_REVISION index 2eb8a04c..007f2e63 100644 --- a/php8.4/PHP_REVISION +++ b/php8.4/PHP_REVISION @@ -1 +1 @@ -8.4.4 \ No newline at end of file +8.4.5 \ No newline at end of file