diff --git a/VERSION b/VERSION index 5e18898..493d89f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.1.11 \ No newline at end of file +7.1.12 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 42f7c59..5495516 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="8.1.9" +BASE_VERSION="8.1.10" 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 08e713f..2cc0e86 100644 --- a/php7.4/Dockerfile +++ b/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php7.4.33-8.1.9 +FROM quay.io/bfren/nginx-php:php7.4.33-8.1.10 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.0/Dockerfile b/php8.0/Dockerfile index adfacad..0f14ee7 100644 --- a/php8.0/Dockerfile +++ b/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.0.30-8.1.9 +FROM quay.io/bfren/nginx-php:php8.0.30-8.1.10 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.1/Dockerfile b/php8.1/Dockerfile index 1a552ba..9e581d9 100644 --- a/php8.1/Dockerfile +++ b/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.1.32-8.1.9 +FROM quay.io/bfren/nginx-php:php8.1.32-8.1.10 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.2/Dockerfile b/php8.2/Dockerfile index e1d3236..543614b 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.2.30-8.1.9 +FROM quay.io/bfren/nginx-php:php8.2.30-8.1.10 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index a2b40fc..2eff0e8 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.3.30-8.1.9 +FROM quay.io/bfren/nginx-php:php8.3.30-8.1.10 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index 6c0a260..11f7aec 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.4.20-8.1.9 +FROM quay.io/bfren/nginx-php:php8.4.20-8.1.10 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.5/Dockerfile b/php8.5/Dockerfile index 135bfdc..ed7fa05 100644 --- a/php8.5/Dockerfile +++ b/php8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.5.5-8.1.9 +FROM quay.io/bfren/nginx-php:php8.5.5-8.1.10 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress"