From 9accb8b80876de43f50c7789f5627bebf9cf9800 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Feb 2022 20:04:19 +0000 Subject: [PATCH] fix: 8/onbuild/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-MERCURIAL-311113 - 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..b7bbbcc68d 100644 --- a/8/onbuild/Dockerfile +++ b/8/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8.15.0-stretch +FROM node:8.16.2-stretch RUN mkdir -p /usr/src/app WORKDIR /usr/src/app