From f65d3551ed2562317c6722941dc139e46c10aafd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 06:27:32 +0000 Subject: [PATCH] Bump nginx from 1.25.4-alpine to 1.25.5-alpine in /build Bumps nginx from 1.25.4-alpine to 1.25.5-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build/Dockerfile.nginx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile.nginx b/build/Dockerfile.nginx index 729588db69..2a6cae2287 100644 --- a/build/Dockerfile.nginx +++ b/build/Dockerfile.nginx @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.6 -FROM nginx:1.25.4-alpine +FROM nginx:1.25.5-alpine ARG NJS_DIR ARG NGINX_CONF_DIR