From fea38dca7f049b9d9b420f0a38a0eda53144928f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Apr 2025 22:38:26 +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-CURL-7569015 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-7569015 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908294 --- GUI/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/Dockerfile b/GUI/Dockerfile index 355f3c30..a8dd9b5c 100644 --- a/GUI/Dockerfile +++ b/GUI/Dockerfile @@ -1,4 +1,4 @@ -ARG nginx_version=nginx:1.25.4-alpine +ARG nginx_version=nginx:1.27.5-alpine FROM node:22.0.0-alpine AS image WORKDIR /usr/buerokratt-classifier