From 5ffdd96943def8c84b3d0af06af8854ba9f34a60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Apr 2022 08:40:55 +0000 Subject: [PATCH] fix: slim.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-358558 - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-358771 - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-466507 - https://snyk.io/vuln/SNYK-DEBIAN8-PROCPS-309340 - https://snyk.io/vuln/SNYK-DEBIAN8-WGET-342200 --- slim.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slim.Dockerfile b/slim.Dockerfile index 2f5fb6e5..324e325c 100644 --- a/slim.Dockerfile +++ b/slim.Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.4.0-slim +FROM node:10.24-slim RUN apt-get update RUN apt-get install -y imagemagick