Skip to content

Commit

Permalink
Using latest base images
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Jul 19, 2024
1 parent 414d868 commit a9a5d66
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 7.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN \
# STAGE 1: create final image
#======================================================================================================================

FROM ghcr.io/bfren/nginx:nginx1.20-alpine3.15-6.3.5 AS final
FROM ghcr.io/bfren/nginx:nginx1.20-alpine3.15-6.3.6 AS final
COPY --from=php /overlay /

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-php"
Expand Down
2 changes: 1 addition & 1 deletion 8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN \
# STAGE 1: create final image
#======================================================================================================================

FROM ghcr.io/bfren/nginx:nginx1.22-alpine3.16-6.3.5 AS final
FROM ghcr.io/bfren/nginx:nginx1.22-alpine3.16-6.3.6 AS final
COPY --from=php /overlay /

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-php"
Expand Down
2 changes: 1 addition & 1 deletion 8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN \
# STAGE 1: create final image
#======================================================================================================================

FROM ghcr.io/bfren/nginx:nginx1.24-alpine3.19-6.3.5 AS final
FROM ghcr.io/bfren/nginx:nginx1.24-alpine3.19-6.3.6 AS final
COPY --from=php /overlay /

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-php"
Expand Down
2 changes: 1 addition & 1 deletion 8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN \
# STAGE 1: create final image
#======================================================================================================================

FROM ghcr.io/bfren/nginx:nginx1.26-alpine3.20-6.3.5 AS final
FROM ghcr.io/bfren/nginx:nginx1.26-alpine3.20-6.3.6 AS final
COPY --from=php /overlay /

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-php"
Expand Down
2 changes: 1 addition & 1 deletion 8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN \
# STAGE 1: create final image
#======================================================================================================================

FROM ghcr.io/bfren/nginx:nginx1.26-alpine3.20-6.3.5 AS final
FROM ghcr.io/bfren/nginx:nginx1.26-alpine3.20-6.3.6 AS final
COPY --from=php /overlay /

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-php"
Expand Down
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="6.3.5"
BASE_VERSION="6.3.6"
PHP_BRANCH="v2.2.11"
PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3"

Expand Down

0 comments on commit a9a5d66

Please sign in to comment.