From 70e2c5527db16822464a1a6a30c90a99975b3ca2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Aug 2025 13:13:28 +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-EXPAT-7908399 - 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..c78c263fe 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.1-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