From 6d7c0cf18b170a03a7c80c78413b706bc43218b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Jun 2026 02:53:54 +0000 Subject: [PATCH] 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 --- src/frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/Dockerfile b/src/frontend/Dockerfile index 9a1bf381..87f4a8d8 100644 --- a/src/frontend/Dockerfile +++ b/src/frontend/Dockerfile @@ -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