From 9a38675676138ac233b419972d44398353d1e4ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 Sep 2024 10:42:29 +0000 Subject: [PATCH] fix: Workflow/Dockerfile.tpl to reduce vulnerabilities --- Workflow/Dockerfile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Workflow/Dockerfile.tpl b/Workflow/Dockerfile.tpl index faa42da9331..ff05e5632f1 100644 --- a/Workflow/Dockerfile.tpl +++ b/Workflow/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:21.2-alpine3.18 +FROM node:21.7.3-alpine3.18 RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global RUN npm config set fetch-retries 5