Skip to content

Commit 86c772e

Browse files
authored
v7.1.2 (#276)
Minor updates * Using latest base images Build updates * Updating workflow actions
1 parent fb527fe commit 86c772e

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
password: ${{ secrets.DOCKERHUB_TOKEN }}
2525
-
2626
name: Update repo description with README.md
27-
uses: peter-evans/dockerhub-description@v3
27+
uses: peter-evans/dockerhub-description@v5
2828
with:
2929
username: ${{ secrets.DOCKERHUB_USERNAME }}
3030
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/workflow-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Delete old workflow runs
16-
uses: bfren/delete-workflow-runs@main
16+
uses: bfren/delete-workflow-runs@v2
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919
repository: ${{ github.repository }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.1
1+
7.1.2

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.0"
7+
BASE_VERSION="8.1.1"
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.0
1+
FROM quay.io/bfren/nginx-php:php7.4.33-8.1.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 quay.io/bfren/nginx-php:php8.0.30-8.1.0
1+
FROM quay.io/bfren/nginx-php:php8.0.30-8.1.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 quay.io/bfren/nginx-php:php8.1.32-8.1.0
1+
FROM quay.io/bfren/nginx-php:php8.1.32-8.1.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 quay.io/bfren/nginx-php:php8.2.29-8.1.0
1+
FROM quay.io/bfren/nginx-php:php8.2.29-8.1.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 quay.io/bfren/nginx-php:php8.3.28-8.1.0
1+
FROM quay.io/bfren/nginx-php:php8.3.28-8.1.1
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.15-8.1.0
1+
FROM quay.io/bfren/nginx-php:php8.4.15-8.1.1
22

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

0 commit comments

Comments
 (0)