From e354fdbb55371725579920243ddedb0d3d08e000 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Feb 2022 20:03:07 +0000 Subject: [PATCH] fix: 8/onbuild/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-341379 - 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 --- 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