diff --git a/VERSION b/VERSION index 0a0371d..23dddbc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.5.5 \ No newline at end of file +6.5.6 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 1723ff2..e843a95 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="7.5.1" +BASE_VERSION="7.5.2" echo "Base: ${BASE_VERSION}" PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4" diff --git a/overlay/tmp/NINJAFIREWALL_VERSION b/overlay/tmp/NINJAFIREWALL_VERSION index 5ca7df9..b6afe80 100644 --- a/overlay/tmp/NINJAFIREWALL_VERSION +++ b/overlay/tmp/NINJAFIREWALL_VERSION @@ -1 +1 @@ -4.7.4 \ No newline at end of file +4.8 \ No newline at end of file diff --git a/overlay/tmp/WP_VERSION b/overlay/tmp/WP_VERSION index 295ec49..8fc3e14 100644 --- a/overlay/tmp/WP_VERSION +++ b/overlay/tmp/WP_VERSION @@ -1 +1 @@ -6.8.2 \ No newline at end of file +6.8.3 \ No newline at end of file diff --git a/php7.4/Dockerfile b/php7.4/Dockerfile index 6d179df..c08ff88 100644 --- a/php7.4/Dockerfile +++ b/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php7.4.33-7.5.1 +FROM ghcr.io/bfren/nginx-php:php7.4.33-7.5.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.0/Dockerfile b/php8.0/Dockerfile index 12aec8d..745b78d 100644 --- a/php8.0/Dockerfile +++ b/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.0.30-7.5.1 +FROM ghcr.io/bfren/nginx-php:php8.0.30-7.5.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.1/Dockerfile b/php8.1/Dockerfile index 7ab41c7..3ad9868 100644 --- a/php8.1/Dockerfile +++ b/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.1.32-7.5.1 +FROM ghcr.io/bfren/nginx-php:php8.1.32-7.5.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.2/Dockerfile b/php8.2/Dockerfile index 8deaccc..8ab19d9 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.2.29-7.5.1 +FROM ghcr.io/bfren/nginx-php:php8.2.29-7.5.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index ca484c3..b26d272 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.3.24-7.5.1 +FROM ghcr.io/bfren/nginx-php:php8.3.26-7.5.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 99d3391..1ac0a74 100644 --- a/php8.3/PHP_REVISION +++ b/php8.3/PHP_REVISION @@ -1 +1 @@ -8.3.24 \ No newline at end of file +8.3.26 \ No newline at end of file diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index b94ecb7..c96612d 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.4.11-7.5.1 +FROM ghcr.io/bfren/nginx-php:php8.4.13-7.5.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 95862d6..d905563 100644 --- a/php8.4/PHP_REVISION +++ b/php8.4/PHP_REVISION @@ -1 +1 @@ -8.4.11 \ No newline at end of file +8.4.13 \ No newline at end of file