From 659b70a5e0588f74506c439f231341a4815be769 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Oct 2025 10:17:05 +0000 Subject: [PATCH] fix: GUI/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908400 - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908409 - https://snyk.io/vuln/SNYK-ALPINE319-CURL-7567383 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536 --- GUI/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/Dockerfile b/GUI/Dockerfile index 96e5abf9e..cc82e8a82 100644 --- a/GUI/Dockerfile +++ b/GUI/Dockerfile @@ -8,7 +8,7 @@ COPY . . RUN ./node_modules/.bin/vite build --mode=development VOLUME /app -FROM nginx:1.26.0-alpine AS web +FROM nginx:1.29.2-alpine AS web COPY ./nginx/http-nginx.conf /etc/nginx/conf.d/default.conf COPY --from=build ./app/build/assets /usr/share/nginx/html/training-module/training/assets COPY --from=build ./app/build/index.html /usr/share/nginx/html/training-module