diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index c67d325..be77d84 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -82,7 +82,7 @@ jobs: BF_IMAGE=${{ env.REPOSITORY_NAME }} BF_VERSION=${{ steps.version.outputs.contents }} push: ${{ startsWith(github.ref, 'refs/heads/') }} - platforms: linux/amd64,linux/arm/v7,linux/arm64 + platforms: linux/amd64,linux/arm64 tags: | bfren/wordpress:php${{ matrix.php }}-dev bfren/wordpress:php${{ matrix.php }}-${{ steps.version.outputs.contents }}-dev diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6d8a16b..62423c5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -87,7 +87,7 @@ jobs: BF_PUBLISHING=1 BF_VERSION=${{ steps.version.outputs.contents }} push: true - platforms: linux/amd64,linux/arm/v7,linux/arm64 + platforms: linux/amd64,linux/arm64 tags: | bfren/wordpress:php${{ matrix.php }} bfren/wordpress:php${{ matrix.php }}-${{ steps.version_major.outputs.contents }} diff --git a/VERSION b/VERSION index c192617..0a0371d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.5.4 \ No newline at end of file +6.5.5 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 2721fd3..1723ff2 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="7.4.3" +BASE_VERSION="7.5.1" echo "Base: ${BASE_VERSION}" PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4" diff --git a/php7.4/Dockerfile b/php7.4/Dockerfile index 684d2b5..6d179df 100644 --- a/php7.4/Dockerfile +++ b/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php7.4.33-7.4.3 +FROM ghcr.io/bfren/nginx-php:php7.4.33-7.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.0/Dockerfile b/php8.0/Dockerfile index 54fc048..12aec8d 100644 --- a/php8.0/Dockerfile +++ b/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.0.30-7.4.3 +FROM ghcr.io/bfren/nginx-php:php8.0.30-7.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.1/Dockerfile b/php8.1/Dockerfile index 549781d..7ab41c7 100644 --- a/php8.1/Dockerfile +++ b/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.1.32-7.4.3 +FROM ghcr.io/bfren/nginx-php:php8.1.32-7.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.2/Dockerfile b/php8.2/Dockerfile index 791d1d6..8deaccc 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.2.29-7.4.3 +FROM ghcr.io/bfren/nginx-php:php8.2.29-7.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index a903712..ca484c3 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.3.23-7.4.3 +FROM ghcr.io/bfren/nginx-php:php8.3.24-7.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/PHP_REVISION b/php8.3/PHP_REVISION index 988324c..99d3391 100644 --- a/php8.3/PHP_REVISION +++ b/php8.3/PHP_REVISION @@ -1 +1 @@ -8.3.23 \ No newline at end of file +8.3.24 \ No newline at end of file diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index 5c0ab59..b94ecb7 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.4.10-7.4.3 +FROM ghcr.io/bfren/nginx-php:php8.4.11-7.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.4/PHP_REVISION b/php8.4/PHP_REVISION index c09008c..95862d6 100644 --- a/php8.4/PHP_REVISION +++ b/php8.4/PHP_REVISION @@ -1 +1 @@ -8.4.10 \ No newline at end of file +8.4.11 \ No newline at end of file