From fbd5fe61ba7a52eaefb4ccc5113890f1b6f6f5b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 May 2024 21:37:20 +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-POSTGRESQL94-342090 - https://snyk.io/vuln/SNYK-DEBIAN8-POSTGRESQL94-342090 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ee89426..e40ea04c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM node:10.4.0 +FROM node:21.7.3 RUN apt-get install -y imagemagick