From a324f992b1308c92a7867652491d681a19614759 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Feb 2025 23:49:59 +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..8ce22801 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.4-alpine FROM node:22.0.0-alpine AS image WORKDIR /usr/buerokratt-classifier