From e82a87518159b378cb71de558b3ab0cc603984bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 Jan 2024 18:55:39 +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-340820 - https://snyk.io/vuln/SNYK-DEBIAN8-LIBGD2-382974 - https://snyk.io/vuln/SNYK-DEBIAN8-OPENSSH-368697 - https://snyk.io/vuln/SNYK-DEBIAN8-WGET-300469 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ee89426..8eaa3733 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM node:10.4.0 +FROM node:21.6 RUN apt-get install -y imagemagick