From dce9528e4665666862d74485f44e68a5f40c5114 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Feb 2022 03:13:42 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-MERCURIAL-311112 - https://snyk.io/vuln/SNYK-DEBIAN8-PYTHON27-340042 - https://snyk.io/vuln/SNYK-DEBIAN8-PYTHON27-341356 - https://snyk.io/vuln/SNYK-DEBIAN8-SUBVERSION-344381 - https://snyk.io/vuln/SNYK-DEBIAN8-WGET-342200 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e87d7d8..59602d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8.2.1 +FROM node:8.16.2 LABEL version="1.2" LABEL description="Groups Manager Service" RUN sed -i '/jessie-updates/d' /etc/apt/sources.list