From ecb61023367aa7d788607a912551420ed46e98c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 00:01:37 +0000 Subject: [PATCH] fix: GUI/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908292 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908293 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-9459845 - https://snyk.io/vuln/SNYK-ALPINE318-LIBXML2-10078853 - https://snyk.io/vuln/SNYK-ALPINE318-LIBXML2-10078854 --- GUI/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/Dockerfile b/GUI/Dockerfile index 355f3c30..38170680 100644 --- a/GUI/Dockerfile +++ b/GUI/Dockerfile @@ -1,4 +1,4 @@ -ARG nginx_version=nginx:1.25.4-alpine +ARG nginx_version=nginx:1.29.0-alpine FROM node:22.0.0-alpine AS image WORKDIR /usr/buerokratt-classifier