From 078f34b5463efaa37cca8c4c75d8934245752b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 06:34:17 +0000 Subject: [PATCH] chore(deps): bump nginxinc/nginx-unprivileged Bumps nginxinc/nginx-unprivileged from `8122337` to `85bcbc6`. --- updated-dependencies: - dependency-name: nginxinc/nginx-unprivileged dependency-version: 1.31-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend.Dockerfile b/frontend.Dockerfile index 1df815cd57..37583ea4f4 100644 --- a/frontend.Dockerfile +++ b/frontend.Dockerfile @@ -23,7 +23,7 @@ COPY --from=version-extractor /app/git_describe.txt . RUN PUBLIC_URL=/ npm run build # The final image is just an nginx with a webroot -FROM nginxinc/nginx-unprivileged:1.31-alpine@sha256:8122337ed6c475bb486bc9340da453d4599f225e6b920ff0d92ca2267486b9b5 +FROM nginxinc/nginx-unprivileged:1.31-alpine@sha256:85bcbc6b2edd325462560c597d784ecee415024f1c6a004e53ac5f202b8ca561 # This will be used by nginx's templating mechanism # NGINX_PORT sets the container port on which nginx is listening