Skip to content

Commit

Permalink
v5.1.29 (#260)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images
  • Loading branch information
bfren committed Aug 9, 2024
1 parent e6045d2 commit 95e403a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.28
5.1.29
2 changes: 1 addition & 1 deletion generate-dockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

docker pull bfren/alpine

BASE_VERSION="7.2.16"
BASE_VERSION="7.2.17"
echo "Base: ${BASE_VERSION}"

PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3"
Expand Down
2 changes: 1 addition & 1 deletion php7.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/nginx-php:php7.4.33-7.2.16
FROM ghcr.io/bfren/nginx-php:php7.4.33-7.2.17

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

Expand Down
2 changes: 1 addition & 1 deletion php8.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/nginx-php:php8.0.30-7.2.16
FROM ghcr.io/bfren/nginx-php:php8.0.30-7.2.17

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

Expand Down
2 changes: 1 addition & 1 deletion php8.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/nginx-php:php8.1.29-7.2.16
FROM ghcr.io/bfren/nginx-php:php8.1.29-7.2.17

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

Expand Down
2 changes: 1 addition & 1 deletion php8.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/nginx-php:php8.2.22-7.2.16
FROM ghcr.io/bfren/nginx-php:php8.2.22-7.2.17

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

Expand Down
2 changes: 1 addition & 1 deletion php8.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/nginx-php:php8.3.10-7.2.16
FROM ghcr.io/bfren/nginx-php:php8.3.10-7.2.17

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

Expand Down

0 comments on commit 95e403a

Please sign in to comment.