From 519aa69cf47e6167b9fe563fdba37ed6c421624e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 May 2022 22:00:17 +0000 Subject: [PATCH] fix: slim.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-358493 - 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 --- slim.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slim.Dockerfile b/slim.Dockerfile index 2f5fb6e55..bf44c0afe 100644 --- a/slim.Dockerfile +++ b/slim.Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.4.0-slim +FROM node:10.24.1-slim RUN apt-get update RUN apt-get install -y imagemagick