From f6cd58437ab97880a4581c9eb98c80867cd5c14a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:53:48 +0000 Subject: [PATCH] chore(deps): bump nginx from `54f2a90` to `4a73073` Bumps nginx from `54f2a90` to `4a73073`. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.31-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5d2d2b19..bb02c9af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -135,7 +135,7 @@ HEALTHCHECK --interval=30s --timeout=3s --start-period=20s --retries=3 \ ENTRYPOINT ["./panvex-control-plane"] -FROM nginx:1.31-alpine@sha256:54f2a904c251d5a34adf545a72d32515a15e08418dae0266e23be2e18c66fefa AS web +FROM nginx:1.31-alpine@sha256:4a73073bd557c65b759505da037898b61f1be6cbcc3c2c3aeac22d2a470c1752 AS web # BP-Medium: switch the nginx stage from the default root-PID-1 entrypoint # to running as the built-in unprivileged `nginx` user (UID 101). The