From b241e5da03c1f54cb5ae87075440b6a3d7a31b96 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Dec 2021 00:46:49 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340820 - https://snyk.io/vuln/SNYK-DEBIAN8-PYTHON27-340042 - https://snyk.io/vuln/SNYK-DEBIAN8-PYTHON27-341356 - https://snyk.io/vuln/SNYK-DEBIAN8-WGET-300469 - https://snyk.io/vuln/SNYK-DEBIAN8-WGET-342200 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f0f6b2..dd2ce42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # and runs it against the specified Topcoder backend (development or # production) when container is executed. -FROM node:8.11.2 +FROM node:8.17.0 WORKDIR /opt/app COPY . .