From 05453fb70f2874875eb8475fda2b60ac1d236521 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 May 2022 19:42:18 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 - 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"