💚(frontend) fix frontend image vulnerabilities

Fixed vulnerabilities found by the Trivy Scan.
This commit is contained in:
Jacques ROUSSEL
2024-09-26 16:42:21 +02:00
committed by aleb_the_flash
parent 1e934957f5
commit 7a73bf8fc2

View File

@@ -32,7 +32,7 @@ WORKDIR /home/frontend
RUN npm run build
# ---- Front-end image ----
FROM nginxinc/nginx-unprivileged:1.25 as frontend-production
FROM nginxinc/nginx-unprivileged:1.26-alpine as frontend-production
# Un-privileged user running the application
ARG DOCKER_USER