From f73a57b66ff05b84180cb5a6028c0ba9b0f5e155 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Aug 2025 07:49:56 +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-9459844 - 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