From 5564814ada701fd4660d9e37de67cb677706f27f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 2 Nov 2025 10:25:58 +0000 Subject: [PATCH] fix: frontend/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-LIBXML2-10350658 - https://snyk.io/vuln/SNYK-DEBIAN12-LIBXML2-10350668 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-6227597 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-9407503 - https://snyk.io/vuln/SNYK-DEBIAN12-TIFF-13019601 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 frontend/Dockerfile diff --git a/frontend/Dockerfile b/frontend/Dockerfile old mode 100755 new mode 100644 index 20051475..5df910ee --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -27,7 +27,7 @@ COPY ./*.json /usr/src/app/ RUN npm run build --loglevel verbose 2>&1 # Production environment -FROM nginx:1.29.0 +FROM nginx:1.29.3 RUN mkdir -p /usr/share/nginx/html/build RUN mkdir -p /usr/share/nginx/html/css