1
0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-11-08 07:49:22 +01:00

build: bump nginx from 1.25.3 to 1.25.4

Bumps nginx from 1.25.3 to 1.25.4.

---
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:
dependabot[bot] 2024-02-16 04:25:16 +00:00 committed by GitHub
parent e75c2dfb79
commit 29168655cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

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

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