From 67eafcbf0eee5fd214d21a6bbc0a56adda068337 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Oct 2021 21:28:53 +0000 Subject: [PATCH] fix: app.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340820 - https://snyk.io/vuln/SNYK-DEBIAN8-PYTHON27-341356 - https://snyk.io/vuln/SNYK-DEBIAN8-SYSTEMD-305088 - https://snyk.io/vuln/SNYK-DEBIAN8-WGET-300469 - https://snyk.io/vuln/SNYK-DEBIAN8-WGET-342200 --- app.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.Dockerfile b/app.Dockerfile index 9e202b32..7b87ec9f 100644 --- a/app.Dockerfile +++ b/app.Dockerfile @@ -1,6 +1,6 @@ FROM ghost:2.37.2 as ghost -FROM node:10.4.0 as node +FROM node:10.24 as node # Copy manifest files COPY --from=ghost /var/lib/ghost /var/lib/ghost