From 3ec645f97e8bb2fc0544e4544ef4bcac5cab63b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Apr 2022 20:41:49 +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..e3748ca23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.4.0 +FROM node:10.23.3 LABEL org.opencontainers.image.source="https://github.com/oliversnyk/docker-goof" LABEL io.snyk.containers.image.dockerfile="/Dockerfile"