From ae46bcd46405ec1523665ea859ba0d4b58b46cc5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Jul 2021 02:12:17 +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-584435 - https://snyk.io/vuln/SNYK-DEBIAN9-SUBVERSION-1071813 - https://snyk.io/vuln/SNYK-DEBIAN9-SUBVERSION-456173 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-538285 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-538286 --- 8/onbuild/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8/onbuild/Dockerfile b/8/onbuild/Dockerfile index e524d35763..bc724cdf51 100644 --- a/8/onbuild/Dockerfile +++ b/8/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8.15.0-stretch +FROM node:8.17.0-stretch RUN mkdir -p /usr/src/app WORKDIR /usr/src/app