From 04d05013370a6587b85508c6b84a623c24df1058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 12:02:15 +0000 Subject: [PATCH] Bump nginx from 1.29.7-alpine to 1.29.8-alpine in /nginx Bumps nginx from 1.29.7-alpine to 1.29.8-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.29.8-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 9353bc06..f19f7bb5 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,5 +1,5 @@ # Get nginx stable Alpine. -FROM nginx:1.29.7-alpine +FROM nginx:1.29.8-alpine # Get packages. RUN apk update && apk add openssl && apk add apache2-utils