From aafa3b15b75b4c4e413d3cbd7058d12c7628a82c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 20:02:58 +0000 Subject: [PATCH] fix: Ingestor/Dockerfile.tpl to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795 --- Ingestor/Dockerfile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Ingestor/Dockerfile.tpl diff --git a/Ingestor/Dockerfile.tpl b/Ingestor/Dockerfile.tpl old mode 100755 new mode 100644 index e8b1884853..86be948221 --- a/Ingestor/Dockerfile.tpl +++ b/Ingestor/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:current-alpine +FROM node:21.2-alpine3.18 USER root RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global