From 96a5de2df27c213a97eec81f36b21dc46bfa5715 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 09:32:27 +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-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-5461953 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-5461954 --- Probe/Dockerfile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Probe/Dockerfile.tpl b/Probe/Dockerfile.tpl index a5c4408d32..8b8ffc46c5 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.9 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