From eac6400a3690cd8bf6652cd2445d615f9d3f86dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 May 2021 19:12:25 +0000 Subject: [PATCH] fix: 8/onbuild/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-LIBXML2-542930 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-1075328 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-339889 - 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