From 11f8aa003ae634f6aa7852bf7f53e0592ddd2136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 07:57:35 +0000 Subject: [PATCH] build(deps): bump nginxinc/nginx-unprivileged in /app Bumps nginxinc/nginx-unprivileged from 1.28.0-alpine to 1.31.2-alpine. --- updated-dependencies: - dependency-name: nginxinc/nginx-unprivileged dependency-version: 1.31.2-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 9d2f4661..92b2b15f 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -41,7 +41,7 @@ RUN test -n "$SERVICE_OPERATOR_NAME" \ --dart-define="SENSITIVE_CONSENT_VERSION=$SENSITIVE_CONSENT_VERSION"; \ fi -FROM nginxinc/nginx-unprivileged:1.28.0-alpine +FROM nginxinc/nginx-unprivileged:1.31.2-alpine COPY deploy/nginx.conf /etc/nginx/conf.d/default.conf COPY deploy/security-headers.conf /etc/nginx/snippets/mongroo-security.conf COPY --from=build /workspace/build/web /usr/share/nginx/html