From 854583fb4f7aba71b974cc007168150e03bce74a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:24:04 +0000 Subject: [PATCH] chore(deps): bump nginx from `54f2a90` to `4a73073` in /docs Bumps nginx from `54f2a90` to `4a73073`. --- updated-dependencies: - dependency-name: nginx dependency-version: alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 3cefb01e..4545d81c 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -11,7 +11,7 @@ RUN pnpm install --frozen-lockfile COPY . . RUN pnpm build -FROM nginx:alpine@sha256:54f2a904c251d5a34adf545a72d32515a15e08418dae0266e23be2e18c66fefa +FROM nginx:alpine@sha256:4a73073bd557c65b759505da037898b61f1be6cbcc3c2c3aeac22d2a470c1752 COPY nginx.conf /etc/nginx/conf.d/default.conf COPY --from=build /app/build /usr/share/nginx/html EXPOSE 80