Skip to content

Commit ae93204

Browse files
authored
v6.4.10 (#263)
Minor updates * Using latest base images * Updating to PHP 8.3.19
1 parent 52099b9 commit ae93204

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.4.9
1+
6.4.10

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.3.6"
7+
BASE_VERSION="7.3.7"
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.3.6
1+
FROM ghcr.io/bfren/nginx-php:php7.4.33-7.3.7
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.3.6
1+
FROM ghcr.io/bfren/nginx-php:php8.0.30-7.3.7
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.3.6
1+
FROM ghcr.io/bfren/nginx-php:php8.1.32-7.3.7
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.28-7.3.6
1+
FROM ghcr.io/bfren/nginx-php:php8.2.28-7.3.7
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.18-7.3.6
1+
FROM ghcr.io/bfren/nginx-php:php8.3.19-7.3.7
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.18
1+
8.3.19

php8.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:php8.4.5-7.3.6
1+
FROM ghcr.io/bfren/nginx-php:php8.4.5-7.3.7
22

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

0 commit comments

Comments
 (0)