From 114f20a71ea72417a1acf175810a2152ae8b2b74 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Jul 2024 16:34:55 +0000 Subject: [PATCH] fix: slim.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-6255385 --- slim.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slim.Dockerfile b/slim.Dockerfile index 1abd8030..5323b306 100644 --- a/slim.Dockerfile +++ b/slim.Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.7.0-slim +FROM node:20.15.1-slim RUN apt-get update RUN apt-get install -y imagemagick