diff --git a/ui/docker/UI.Dockerfile b/ui/docker/UI.Dockerfile index 68222370a..e95c5d570 100644 --- a/ui/docker/UI.Dockerfile +++ b/ui/docker/UI.Dockerfile @@ -38,7 +38,7 @@ RUN pnpm install --frozen-lockfile RUN pnpm run build # Stage 2: Serve the app with nginx. -FROM nginx:1.27-alpine@sha256:5acf10cd305853dc2271e3c818d342f3aeb3688b1256ab8f035fda04b91ed303 +FROM nginx:1.27-alpine@sha256:41523187cf7d7a2f2677a80609d9caa14388bf5c1fbca9c410ba3de602aaaab4 # Copy the build output to the nginx html directory. COPY --from=build /app/dist /usr/share/nginx/html