From 7a20845f87bccf607f4b653bb4f8e5d81548ad1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 16:48:49 +0000 Subject: [PATCH] Bump nginx from 1.25.1-alpine to 1.25.2-alpine in /build Bumps nginx from 1.25.1-alpine to 1.25.2-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 6053430cbd..98ef9ec5fd 100644 --- a/build/Dockerfile.nginx +++ b/build/Dockerfile.nginx @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.4 -FROM nginx:1.25.1-alpine +FROM nginx:1.25.2-alpine ARG NJS_DIR ARG NGINX_CONF_DIR