From 1eb4c1829c6ec442e8909cd042b3b6ac35afacb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:48:18 +0000 Subject: [PATCH] Bump nginx from 1.29.8-alpine to 1.31.1-alpine in /nginx Bumps nginx from 1.29.8-alpine to 1.31.1-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.31.1-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index f19f7bb5..68898b7a 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,5 +1,5 @@ # Get nginx stable Alpine. -FROM nginx:1.29.8-alpine +FROM nginx:1.31.1-alpine # Get packages. RUN apk update && apk add openssl && apk add apache2-utils