From e641bdd1d06e65d05abde46ebb7da07fce3653dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Nov 2021 08:20:21 +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-MERCURIAL-311069 - https://snyk.io/vuln/SNYK-DEBIAN8-MERCURIAL-311112 - 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 9ee89426..adc476e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM node:10.4.0 +FROM node:10.24.0 RUN apt-get install -y imagemagick