From 70425334f227b8ada0e9691049af77ed0d909cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 08:14:42 +0000 Subject: [PATCH] build(deps): bump nginx from 1.29.4-alpine to 1.29.5-alpine in /nginx Bumps nginx from 1.29.4-alpine to 1.29.5-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.29.5-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 ee8c2300..4fd31017 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.29.4-alpine +FROM nginx:1.29.5-alpine # Install bash to use 'wait-for-it' and entrypoint RUN apk update && apk add bash && apk add --no-cache coreutils