From de3620c011eabe8de50c69a556b4e64b2ef77c71 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Jan 2024 04:00:47 +0000 Subject: [PATCH] fix: Dashboard/Dockerfile.tpl to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6160000 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6160000 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6191692 --- Dashboard/Dockerfile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dashboard/Dockerfile.tpl b/Dashboard/Dockerfile.tpl index cf290b41db..ca0f0400c6 100644 --- a/Dashboard/Dockerfile.tpl +++ b/Dashboard/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:21.2-alpine3.18 +FROM node:21.6-alpine3.18 USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global