From 40a624d81ddde1b277e8e27a1c3c3960aae61332 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Dec 2021 00:46:51 +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-GIT-340873 - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340907 - https://snyk.io/vuln/SNYK-DEBIAN8-PROCPS-309313 - https://snyk.io/vuln/SNYK-DEBIAN8-WGET-300469 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cfb4c25..c2ce200 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8.2.1 +FROM node:8.17.0 LABEL version="1.0" LABEL description="Connect Messages Serivce"