fix: src/frontend/Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE323-EXPAT-17390199
- https://snyk.io/vuln/SNYK-ALPINE323-EXPAT-17390198
This commit is contained in:
snyk-bot
2026-06-23 02:53:54 +00:00
parent cc2a0ad322
commit 6d7c0cf18b
+1 -1
View File
@@ -39,7 +39,7 @@ ENV VITE_API_BASE_URL=${VITE_API_BASE_URL}
RUN npm run build
# ---- Front-end image ----
FROM nginxinc/nginx-unprivileged:alpine3.23 AS frontend-production
FROM nginxinc/nginx-unprivileged:1.30.3-alpine3.23 AS frontend-production
USER root