mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-05 08:27:42 +00:00
🔒️(frontend) update docker image to nginx-unprivileged:1.30.3-alpine3.23
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-EXPAT-17675120 - https://snyk.io/vuln/SNYK-ALPINE323-EXPAT-17675112 - https://snyk.io/vuln/SNYK-ALPINE323-EXPAT-17675114 - https://snyk.io/vuln/SNYK-ALPINE323-EXPAT-17675124 - https://snyk.io/vuln/SNYK-ALPINE323-EXPAT-17675125
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user