Skip to content

Commit

Permalink
v5.1.22 (#253)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images

Build updates
* Using ghcr.io
  • Loading branch information
bfren authored Jul 16, 2024
1 parent e427bd5 commit 8518ff2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.esh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/nginx-php:php<%= ${PHP_REVISION} %>-<%= ${BASE_VERSION} %>
FROM ghcr.io/bfren/nginx-php:php<%= ${PHP_REVISION} %>-<%= ${BASE_VERSION} %>

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.21
5.1.22
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.10"
BASE_VERSION="7.2.12"
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 bfren/nginx-php:php7.4.33-7.2.10
FROM ghcr.io/bfren/nginx-php:php7.4.33-7.2.12

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 bfren/nginx-php:php8.0.30-7.2.10
FROM ghcr.io/bfren/nginx-php:php8.0.30-7.2.12

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 bfren/nginx-php:php8.1.29-7.2.10
FROM ghcr.io/bfren/nginx-php:php8.1.29-7.2.12

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 bfren/nginx-php:php8.2.21-7.2.10
FROM ghcr.io/bfren/nginx-php:php8.2.21-7.2.12

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 bfren/nginx-php:php8.3.9-7.2.10
FROM ghcr.io/bfren/nginx-php:php8.3.9-7.2.12

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

Expand Down

0 comments on commit 8518ff2

Please sign in to comment.