From ac9cc58cea104a21f1280aba9ab9bcf7f66258f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Jan 2026 12:24:49 +0000 Subject: [PATCH] fix: GUI/Dockerfile.dev to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-10847885 - https://snyk.io/vuln/SNYK-ALPINE320-MUSL-8720638 - https://snyk.io/vuln/SNYK-ALPINE320-MUSL-8720638 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 --- GUI/Dockerfile.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/Dockerfile.dev b/GUI/Dockerfile.dev index 3c2e1eff6..d4115f5c5 100644 --- a/GUI/Dockerfile.dev +++ b/GUI/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM node:22.5.1-alpine AS development +FROM node:22.22.0-alpine AS development ARG user=user ARG uid=10001