From 4636c918f232e84e10af510e48b0335e9a423324 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 May 2022 22:11:26 +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