From 7abfcf3730975d92376b726cf998d2af4912312a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Aug 2024 09:29:55 +0000 Subject: [PATCH] fix: Probe/Dockerfile.tpl to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-AOM-7197979 - https://snyk.io/vuln/SNYK-DEBIAN12-POSTGRESQL15-7654156 - https://snyk.io/vuln/SNYK-DEBIAN12-POSTGRESQL15-7654156 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 --- Probe/Dockerfile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Probe/Dockerfile.tpl b/Probe/Dockerfile.tpl index 67865af2409..27fc9719b9e 100644 --- a/Probe/Dockerfile.tpl +++ b/Probe/Dockerfile.tpl @@ -3,7 +3,7 @@ # # Pull base image nodejs image. -FROM node:22.5 +FROM node:22.6.0 RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global ARG GIT_SHA