1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 09:48:14 +00:00

Merge pull request #2285 from nginx-proxy/dependabot/docker/nginx-1.25.2-alpine

build: bump nginx from 1.25.1-alpine to 1.25.2-alpine
This commit is contained in:
Nicolas Duchon 2023-09-04 08:38:45 +02:00 committed by GitHub
commit 6332fabe37
No known key found for this signature in database
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.6-debian AS docker-gen
FROM nginxproxy/forego:0.17.2-debian AS forego FROM nginxproxy/forego:0.17.2-debian AS forego
# Build the final image # Build the final image
FROM nginx:1.25.1 FROM nginx:1.25.2
ARG NGINX_PROXY_VERSION ARG NGINX_PROXY_VERSION
# Add DOCKER_GEN_VERSION environment variable because # Add DOCKER_GEN_VERSION environment variable because

View File

@ -3,7 +3,7 @@ FROM nginxproxy/docker-gen:0.10.6 AS docker-gen
FROM nginxproxy/forego:0.17.2 AS forego FROM nginxproxy/forego:0.17.2 AS forego
# Build the final image # Build the final image
FROM nginx:1.25.1-alpine FROM nginx:1.25.2-alpine
ARG NGINX_PROXY_VERSION ARG NGINX_PROXY_VERSION
# Add DOCKER_GEN_VERSION environment variable because # Add DOCKER_GEN_VERSION environment variable because