1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-04-26 20:06:26 +02:00

build: bump nginx from 1.23.4-alpine to 1.25.0-alpine

Bumps nginx from 1.23.4-alpine to 1.25.0-alpine.

---
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] 2023-05-25 04:57:50 +00:00 committed by GitHub
parent a06bb9e68b
commit 3a66659e63
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ FROM nginxproxy/docker-gen:0.10.4-debian AS docker-gen
FROM nginxproxy/forego:0.17.1-debian AS forego
# Build the final image
FROM nginx:1.23.4
FROM nginx:1.25.0
ARG NGINX_PROXY_VERSION
# Add DOCKER_GEN_VERSION environment variable because

View File

@ -3,7 +3,7 @@ FROM nginxproxy/docker-gen:0.10.4 AS docker-gen
FROM nginxproxy/forego:0.17.1 AS forego
# Build the final image
FROM nginx:1.23.4-alpine
FROM nginx:1.25.0-alpine
ARG NGINX_PROXY_VERSION
# Add DOCKER_GEN_VERSION environment variable because