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