From 353bc3777ce221853657a0dbccf851940cb6e1b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:04:15 +0000 Subject: [PATCH] Bump nginx from 1.25.2-alpine to 1.25.3-alpine in /build Bumps nginx from 1.25.2-alpine to 1.25.3-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 1e36c2a6d0..792835af6b 100644 --- a/build/Dockerfile.nginx +++ b/build/Dockerfile.nginx @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.4 -FROM nginx:1.25.2-alpine +FROM nginx:1.25.3-alpine ARG NJS_DIR ARG NGINX_CONF_DIR