diff --git a/VERSION b/VERSION index 3d5762e..fa09f58 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.5.1 \ No newline at end of file +6.5.2 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 7a7a24a..abba2d2 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="7.4.1" +BASE_VERSION="7.4.2" 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 b7f17f0..93197be 100644 --- a/php7.4/Dockerfile +++ b/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php7.4.33-7.4.1 +FROM ghcr.io/bfren/nginx-php:php7.4.33-7.4.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.0/Dockerfile b/php8.0/Dockerfile index 3a3d89a..d26e3c2 100644 --- a/php8.0/Dockerfile +++ b/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.0.30-7.4.1 +FROM ghcr.io/bfren/nginx-php:php8.0.30-7.4.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.1/Dockerfile b/php8.1/Dockerfile index dd949f7..a9c76a7 100644 --- a/php8.1/Dockerfile +++ b/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.1.32-7.4.1 +FROM ghcr.io/bfren/nginx-php:php8.1.32-7.4.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.2/Dockerfile b/php8.2/Dockerfile index 22e4f59..5e40cbf 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.2.28-7.4.1 +FROM ghcr.io/bfren/nginx-php:php8.2.29-7.4.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.2/PHP_REVISION b/php8.2/PHP_REVISION index 8feaf39..5cc36b9 100644 --- a/php8.2/PHP_REVISION +++ b/php8.2/PHP_REVISION @@ -1 +1 @@ -8.2.28 \ No newline at end of file +8.2.29 \ No newline at end of file diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index 85035d9..286cbdc 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.3.22-7.4.1 +FROM ghcr.io/bfren/nginx-php:php8.3.23-7.4.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/PHP_REVISION b/php8.3/PHP_REVISION index ea62321..988324c 100644 --- a/php8.3/PHP_REVISION +++ b/php8.3/PHP_REVISION @@ -1 +1 @@ -8.3.22 \ No newline at end of file +8.3.23 \ No newline at end of file diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index 9eeef0e..4e4e668 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.4.8-7.4.1 +FROM ghcr.io/bfren/nginx-php:php8.4.10-7.4.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.4/PHP_REVISION b/php8.4/PHP_REVISION index 5ceea6d..c09008c 100644 --- a/php8.4/PHP_REVISION +++ b/php8.4/PHP_REVISION @@ -1 +1 @@ -8.4.8 \ No newline at end of file +8.4.10 \ No newline at end of file