build: bump nginx from 1.25.4 to 1.25.5
Bumps nginx from 1.25.4 to 1.25.5. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0d7aac7c53
commit
88e2fb8bec
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ FROM nginxproxy/docker-gen:0.12.0 AS docker-gen
|
|||
FROM nginxproxy/forego:0.18.1 AS forego
|
||||
|
||||
# Build the final image
|
||||
FROM nginx:1.25.4-alpine
|
||||
FROM nginx:1.26.0-alpine
|
||||
|
||||
ARG NGINX_PROXY_VERSION
|
||||
# Add DOCKER_GEN_VERSION environment variable because
|
||||
|
|
|
@ -3,7 +3,7 @@ FROM nginxproxy/docker-gen:0.12.0-debian AS docker-gen
|
|||
FROM nginxproxy/forego:0.18.1-debian AS forego
|
||||
|
||||
# Build the final image
|
||||
FROM nginx:1.25.4
|
||||
FROM nginx:1.26.0
|
||||
|
||||
ARG NGINX_PROXY_VERSION
|
||||
# Add DOCKER_GEN_VERSION environment variable because
|
||||
|
|
Loading…
Reference in a new issue