From c2a323782bccc775a9a5d6838812e6d45ed7da94 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Feb 2022 03:14:34 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-PYTHON27-306460 - https://snyk.io/vuln/SNYK-DEBIAN8-PYTHON27-306502 - https://snyk.io/vuln/SNYK-DEBIAN8-PYTHON27-340042 - https://snyk.io/vuln/SNYK-DEBIAN8-PYTHON27-341356 - https://snyk.io/vuln/SNYK-DEBIAN8-SUBVERSION-344381 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24fae41..5d3fb8d 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.2.1 +FROM node:8.17.0 LABEL app="Community Services" version="1.0" WORKDIR /opt/app