From f60789dd0c5b2af3b8db5ebf03f8c4dbd8d06a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 02:34:09 +0000 Subject: [PATCH] Bump nginx from 1.31.2-alpine to 1.31.3-alpine in /containers/http-proxy Bumps nginx from 1.31.2-alpine to 1.31.3-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.31.3-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- containers/http-proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/http-proxy/Dockerfile b/containers/http-proxy/Dockerfile index 35c7b86..376fe52 100644 --- a/containers/http-proxy/Dockerfile +++ b/containers/http-proxy/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.31.2-alpine +FROM nginx:1.31.3-alpine # for htpasswd command RUN apk add --no-cache --update apache2-utils