From 1a6c67de690ab3edd50176c9a8364484f1a19423 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 May 2022 03:56:05 +0000 Subject: [PATCH] fix: app.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-PERL-327620 - https://snyk.io/vuln/SNYK-DEBIAN8-PYTHON27-306460 - https://snyk.io/vuln/SNYK-DEBIAN8-PYTHON27-306502 - https://snyk.io/vuln/SNYK-DEBIAN8-PYTHON27-340042 - https://snyk.io/vuln/SNYK-DEBIAN8-PYTHON27-341356 --- app.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.Dockerfile b/app.Dockerfile index 9e202b32..8c23e612 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 as node # Copy manifest files COPY --from=ghost /var/lib/ghost /var/lib/ghost