From e251a037d0827a43be12c98ca89eed130f7729d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 May 2022 19:39:32 +0000 Subject: [PATCH] fix: slim.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-336284 - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-358408 - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-358493 - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-358558 - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-358771 --- slim.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slim.Dockerfile b/slim.Dockerfile index 2f5fb6e55..fe51fb3ec 100644 --- a/slim.Dockerfile +++ b/slim.Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.4.0-slim +FROM node:10.24.0-slim RUN apt-get update RUN apt-get install -y imagemagick