diff --git a/VERSION b/VERSION index 8071cba..e260b5b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.1.16 \ No newline at end of file +7.1.17 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index e5049c0..9723852 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="8.1.12" +BASE_VERSION="8.2.0" echo "Base: ${BASE_VERSION}" PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4 8.5" diff --git a/php7.4/Dockerfile b/php7.4/Dockerfile index 9ad2a37..946857e 100644 --- a/php7.4/Dockerfile +++ b/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php7.4.33-8.1.12 +FROM quay.io/bfren/nginx-php:php7.4.33-8.2.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.0/Dockerfile b/php8.0/Dockerfile index 3d7892e..5324ea1 100644 --- a/php8.0/Dockerfile +++ b/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.0.30-8.1.12 +FROM quay.io/bfren/nginx-php:php8.0.30-8.2.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.1/Dockerfile b/php8.1/Dockerfile index c942a3d..95a8fce 100644 --- a/php8.1/Dockerfile +++ b/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.1.32-8.1.12 +FROM quay.io/bfren/nginx-php:php8.1.34-8.2.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.1/PHP_REVISION b/php8.1/PHP_REVISION index cc20f5c..e66cace 100644 --- a/php8.1/PHP_REVISION +++ b/php8.1/PHP_REVISION @@ -1 +1 @@ -8.1.32 \ No newline at end of file +8.1.34 \ No newline at end of file diff --git a/php8.2/Dockerfile b/php8.2/Dockerfile index de895f5..f75a43a 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.2.31-8.1.12 +FROM quay.io/bfren/nginx-php:php8.2.31-8.2.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index 0ca0ab1..9778e8a 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.3.31-8.1.12 +FROM quay.io/bfren/nginx-php:php8.3.31-8.2.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index 1e1d142..51a9b6c 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.4.21-8.1.12 +FROM quay.io/bfren/nginx-php:php8.4.22-8.2.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.4/PHP_REVISION b/php8.4/PHP_REVISION index 86c4b27..30ccbd5 100644 --- a/php8.4/PHP_REVISION +++ b/php8.4/PHP_REVISION @@ -1 +1 @@ -8.4.21 \ No newline at end of file +8.4.22 \ No newline at end of file diff --git a/php8.5/Dockerfile b/php8.5/Dockerfile index a720e76..b7440a7 100644 --- a/php8.5/Dockerfile +++ b/php8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.5.6-8.1.12 +FROM quay.io/bfren/nginx-php:php8.5.7-8.2.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.5/PHP_REVISION b/php8.5/PHP_REVISION index ff3215e..141b27e 100644 --- a/php8.5/PHP_REVISION +++ b/php8.5/PHP_REVISION @@ -1 +1 @@ -8.5.6 \ No newline at end of file +8.5.7 \ No newline at end of file