1
0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-09-19 02:12:18 +02:00

build: bump nginx from 1.25.4 to 1.26.0

Bumps nginx from 1.25.4 to 1.26.0.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-24 04:52:18 +00:00 committed by Nicolas Duchon
parent 0d7aac7c53
commit 559c43e75e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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