Skip to content

Commit c53ead9

Browse files
authored
v7.1.7 (#281)
Minor updates * Using latest base images * Updating to PHP 8.4.18 and 8.5.3
1 parent bfd6517 commit c53ead9

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.6
1+
7.1.7

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="8.1.5"
7+
BASE_VERSION="8.1.6"
88
echo "Base: ${BASE_VERSION}"
99

1010
PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4 8.5"

php7.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/bfren/nginx-php:php7.4.33-8.1.5
1+
FROM quay.io/bfren/nginx-php:php7.4.33-8.1.6
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 quay.io/bfren/nginx-php:php8.0.30-8.1.5
1+
FROM quay.io/bfren/nginx-php:php8.0.30-8.1.6
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 quay.io/bfren/nginx-php:php8.1.32-8.1.5
1+
FROM quay.io/bfren/nginx-php:php8.1.32-8.1.6
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 quay.io/bfren/nginx-php:php8.2.30-8.1.5
1+
FROM quay.io/bfren/nginx-php:php8.2.30-8.1.6
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 quay.io/bfren/nginx-php:php8.3.30-8.1.5
1+
FROM quay.io/bfren/nginx-php:php8.3.30-8.1.6
22

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

php8.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/bfren/nginx-php:php8.4.17-8.1.5
1+
FROM quay.io/bfren/nginx-php:php8.4.18-8.1.6
22

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

php8.4/PHP_REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.4.17
1+
8.4.18

php8.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/bfren/nginx-php:php8.5.2-8.1.5
1+
FROM quay.io/bfren/nginx-php:php8.5.3-8.1.6
22

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

0 commit comments

Comments
 (0)