From c1beb9c0a00a11f5b1c8e038ab032322418c710b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Sep 2024 05:43:30 +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-EXPAT-7855502 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855503 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855507 - 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 a5c4408d321..8b8ffc46c56 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