From 4182ef1f0b6e9ce447b87aac0546fc54eb4ed12d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Feb 2022 00:12:08 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-336284 - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-358408 - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-358453 - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-358493 - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-358544 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e87d7d8..493ff8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8.2.1 +FROM node:8.16 LABEL version="1.2" LABEL description="Groups Manager Service" RUN sed -i '/jessie-updates/d' /etc/apt/sources.list