From 28e809c493cd642f697d6836880ad8d11eae4722 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 May 2024 23:23:48 +0000 Subject: [PATCH] fix: Probe/Dockerfile.tpl to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6593964 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6593964 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-6615824 --- Probe/Dockerfile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Probe/Dockerfile.tpl b/Probe/Dockerfile.tpl index 6280ec4358..436028068b 100644 --- a/Probe/Dockerfile.tpl +++ b/Probe/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:21.7.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 ARG GIT_SHA