Skip to content

Commit b3e2adf

Browse files
authored
v6.5.5 (#270)
Minor updates * Using latest base images * Updating to PHP 8.3.24 and 8.4.11 Build updates * Removing arm/v7 builds (hopefully temporarily)
1 parent fe1924b commit b3e2adf

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
BF_IMAGE=${{ env.REPOSITORY_NAME }}
8383
BF_VERSION=${{ steps.version.outputs.contents }}
8484
push: ${{ startsWith(github.ref, 'refs/heads/') }}
85-
platforms: linux/amd64,linux/arm/v7,linux/arm64
85+
platforms: linux/amd64,linux/arm64
8686
tags: |
8787
bfren/wordpress:php${{ matrix.php }}-dev
8888
bfren/wordpress:php${{ matrix.php }}-${{ steps.version.outputs.contents }}-dev

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
BF_PUBLISHING=1
8888
BF_VERSION=${{ steps.version.outputs.contents }}
8989
push: true
90-
platforms: linux/amd64,linux/arm/v7,linux/arm64
90+
platforms: linux/amd64,linux/arm64
9191
tags: |
9292
bfren/wordpress:php${{ matrix.php }}
9393
bfren/wordpress:php${{ matrix.php }}-${{ steps.version_major.outputs.contents }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.5.4
1+
6.5.5

generate-dockerfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
docker pull bfren/alpine
66

7-
BASE_VERSION="7.4.3"
7+
BASE_VERSION="7.5.1"
88
echo "Base: ${BASE_VERSION}"
99

1010
PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4"

php7.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/nginx-php:php7.4.33-7.4.3
1+
FROM ghcr.io/bfren/nginx-php:php7.4.33-7.5.1
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress"
44

php8.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/nginx-php:php8.0.30-7.4.3
1+
FROM ghcr.io/bfren/nginx-php:php8.0.30-7.5.1
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress"
44

php8.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/nginx-php:php8.1.32-7.4.3
1+
FROM ghcr.io/bfren/nginx-php:php8.1.32-7.5.1
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress"
44

php8.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/nginx-php:php8.2.29-7.4.3
1+
FROM ghcr.io/bfren/nginx-php:php8.2.29-7.5.1
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress"
44

php8.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/nginx-php:php8.3.23-7.4.3
1+
FROM ghcr.io/bfren/nginx-php:php8.3.24-7.5.1
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress"
44

php8.3/PHP_REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.3.23
1+
8.3.24

0 commit comments

Comments
 (0)