diff --git a/apps/widget/Dockerfile b/apps/widget/Dockerfile index 631b2e2..0dfb0a8 100644 --- a/apps/widget/Dockerfile +++ b/apps/widget/Dockerfile @@ -22,7 +22,7 @@ ENV VITE_API_BASE_URL=$VITE_API_BASE_URL RUN npx vite build # ── Stage 2: Serve ──────────────────────────────────────────────────────────── -FROM nginx:1.27-alpine@sha256:65645c7bb6a0661892a8b03b89d0743208a18dd2f3f17a54ef4b76fb8e2f2a10 +FROM nginx:1.31-alpine@sha256:4a73073bd557c65b759505da037898b61f1be6cbcc3c2c3aeac22d2a470c1752 COPY --from=builder /app/dist /usr/share/nginx/html COPY nginx.conf /etc/nginx/conf.d/default.conf