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

Merge pull request #2398 from nginx-proxy/dependabot/docker/nginx-1.25.4

build: bump nginx from 1.25.3 to 1.25.4
This commit is contained in:
Nicolas Duchon 2024-02-18 09:56:22 +01:00 committed by GitHub
commit 5a32bffd6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ FROM nginxproxy/docker-gen:0.11.2 AS docker-gen
FROM nginxproxy/forego:0.18.1 AS forego
# Build the final image
FROM nginx:1.25.3-alpine
FROM nginx:1.25.4-alpine
ARG NGINX_PROXY_VERSION
# Add DOCKER_GEN_VERSION environment variable because

View File

@ -3,7 +3,7 @@ FROM nginxproxy/docker-gen:0.11.2-debian AS docker-gen
FROM nginxproxy/forego:0.18.1-debian AS forego
# Build the final image
FROM nginx:1.25.3
FROM nginx:1.25.4
ARG NGINX_PROXY_VERSION
# Add DOCKER_GEN_VERSION environment variable because