From 78e9616082de3edaacf27a272127c412e4d38659 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 May 2022 18:31:20 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-MERCURIAL-311062 - https://snyk.io/vuln/SNYK-DEBIAN8-MERCURIAL-311069 - https://snyk.io/vuln/SNYK-DEBIAN8-MERCURIAL-311112 - https://snyk.io/vuln/SNYK-DEBIAN8-PERL-327620 - https://snyk.io/vuln/SNYK-DEBIAN8-WGET-342200 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0fb4f3b99..48eec47f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.4.0 +FROM node:10 LABEL org.opencontainers.image.source="https://github.com/oliversnyk/docker-goof" LABEL io.snyk.containers.image.dockerfile="/Dockerfile"