From 3cdc607caa6e1977683f372fc87dc66b158ce7f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Feb 2025 23:33:54 +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 1fe950be..97795688 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-chatbot