diff --git a/VERSION b/VERSION index a52e7a4..c32f54c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.1.5 \ No newline at end of file +7.1.6 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 38b37a4..4cc8c82 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="8.1.4" +BASE_VERSION="8.1.5" echo "Base: ${BASE_VERSION}" PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4 8.5" diff --git a/overlay/tmp/WP_VERSION b/overlay/tmp/WP_VERSION index 3f77c63..b81ba51 100644 --- a/overlay/tmp/WP_VERSION +++ b/overlay/tmp/WP_VERSION @@ -1 +1 @@ -6.9 \ No newline at end of file +6.9.1 \ No newline at end of file diff --git a/php7.4/Dockerfile b/php7.4/Dockerfile index d2454a7..78d548d 100644 --- a/php7.4/Dockerfile +++ b/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php7.4.33-8.1.4 +FROM quay.io/bfren/nginx-php:php7.4.33-8.1.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.0/Dockerfile b/php8.0/Dockerfile index 7776058..18f615e 100644 --- a/php8.0/Dockerfile +++ b/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.0.30-8.1.4 +FROM quay.io/bfren/nginx-php:php8.0.30-8.1.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.1/Dockerfile b/php8.1/Dockerfile index b5ffc7b..c2b066b 100644 --- a/php8.1/Dockerfile +++ b/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.1.32-8.1.4 +FROM quay.io/bfren/nginx-php:php8.1.32-8.1.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.2/Dockerfile b/php8.2/Dockerfile index 9eb6895..2146c8c 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.2.30-8.1.4 +FROM quay.io/bfren/nginx-php:php8.2.30-8.1.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index 648d87d..202555c 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.3.30-8.1.4 +FROM quay.io/bfren/nginx-php:php8.3.30-8.1.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index 56f3902..5dfbf91 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.4.17-8.1.4 +FROM quay.io/bfren/nginx-php:php8.4.17-8.1.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.5/Dockerfile b/php8.5/Dockerfile index 059c07f..1b1f5f4 100644 --- a/php8.5/Dockerfile +++ b/php8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.5.2-8.1.4 +FROM quay.io/bfren/nginx-php:php8.5.2-8.1.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress"