From 21de63cd6f794e737d8b42174ce65ea37535d0cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Dec 2021 05:25:40 +0000 Subject: [PATCH] fix: 8/onbuild/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-1063181 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-340072 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-453739 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-584435 - https://snyk.io/vuln/SNYK-DEBIAN9-WGET-342192 --- 8/onbuild/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8/onbuild/Dockerfile b/8/onbuild/Dockerfile index e524d35763..1853feecbe 100644 --- a/8/onbuild/Dockerfile +++ b/8/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8.15.0-stretch +FROM node:8.17-stretch RUN mkdir -p /usr/src/app WORKDIR /usr/src/app