diff --git a/LICENSE b/LICENSE index b48eea3..b07573d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2025 bfren +Copyright (c) 2020-2026 bfren Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 75d1472..e0b3e6e 100644 --- a/README.md +++ b/README.md @@ -76,4 +76,4 @@ The image contains a handful of useful Nginx configuration 'helper' files, which ## Copyright -> Copyright (c) 2020-2025 [bfren](https://bfren.dev) (unless otherwise stated) +> Copyright (c) 2020-2026 [bfren](https://bfren.dev) (unless otherwise stated) diff --git a/VERSION b/VERSION index ad955e9..334b5ce 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.1.3 \ No newline at end of file +7.1.4 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index acb4c19..f145bb6 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="8.1.2" +BASE_VERSION="8.1.3" 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 8143216..cb33b46 100644 --- a/php7.4/Dockerfile +++ b/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php7.4.33-8.1.2 +FROM quay.io/bfren/nginx-php:php7.4.33-8.1.3 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.0/Dockerfile b/php8.0/Dockerfile index 4625eb3..a8a3f88 100644 --- a/php8.0/Dockerfile +++ b/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.0.30-8.1.2 +FROM quay.io/bfren/nginx-php:php8.0.30-8.1.3 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.1/Dockerfile b/php8.1/Dockerfile index aad6f85..e4edfc7 100644 --- a/php8.1/Dockerfile +++ b/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.1.32-8.1.2 +FROM quay.io/bfren/nginx-php:php8.1.32-8.1.3 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.2/Dockerfile b/php8.2/Dockerfile index 296bdf6..00c7ea3 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.2.30-8.1.2 +FROM quay.io/bfren/nginx-php:php8.2.30-8.1.3 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index e9dbf58..e663b00 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.3.29-8.1.2 +FROM quay.io/bfren/nginx-php:php8.3.29-8.1.3 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index c0aced2..2fe61d2 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.4.16-8.1.2 +FROM quay.io/bfren/nginx-php:php8.4.16-8.1.3 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.5/Dockerfile b/php8.5/Dockerfile index 0fb3ee2..7ef512d 100644 --- a/php8.5/Dockerfile +++ b/php8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/nginx-php:php8.5.1-8.1.2 +FROM quay.io/bfren/nginx-php:php8.5.2-8.1.3 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.5/PHP_REVISION b/php8.5/PHP_REVISION index e0741a8..bd0b85a 100644 --- a/php8.5/PHP_REVISION +++ b/php8.5/PHP_REVISION @@ -1 +1 @@ -8.5.1 \ No newline at end of file +8.5.2 \ No newline at end of file