From 61b508682accfab971227b140346d65c0d963daa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 07:48:28 +0000 Subject: [PATCH] chore(deps): update nginx:alpine docker digest to 54f2a90 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- deploy/portal.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/portal.Dockerfile b/deploy/portal.Dockerfile index b1f90ff1..001e7715 100644 --- a/deploy/portal.Dockerfile +++ b/deploy/portal.Dockerfile @@ -14,7 +14,7 @@ COPY portal/ . # Build the Angular application for production RUN npm run build -FROM nginx:alpine@sha256:8b1e78743a03dbb2c95171cc58639fef29abc8816598e27fb910ed2e621e589a +FROM nginx:alpine@sha256:54f2a904c251d5a34adf545a72d32515a15e08418dae0266e23be2e18c66fefa # Angular 17+ outputs to dist/portal/browser # Remove default nginx content and copy our app to root RUN rm -rf /usr/share/nginx/html/*