From 627271d23d9260605d8ff4b28014d3f23393b3d5 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 13:15:58 +0000 Subject: [PATCH] chore(fallback): update nginx --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5da900baa..93f9b6988 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ENV REACT_APP_BUILD_SHA=$BUILD_SHA ENV REACT_APP_BUILD_TIMESTAMP=$BUILD_TIMESTAMP RUN yarn build -FROM nginx:alpine-slim@sha256:803982d2a986185d428ab35e2226921e4c5cb254ef775498c8b3c2fbcb072b0a +FROM nginx:alpine-slim@sha256:3fe7a344f234ac4b84817896c9294ffae74eae03fc1ad0ff502457fef5cebef8 COPY nginx.conf /etc/nginx/conf.d/default.conf COPY --from=build /app/build /usr/share/nginx/html