From 78ccd6cf01edf0923bea8e181e63d203ba837523 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Feb 2022 03:01:35 +0000 Subject: [PATCH] fix: docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-1063180 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-340070 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-341379 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-1063181 - https://snyk.io/vuln/SNYK-DEBIAN9-WGET-342192 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 80c7f95..4de6291 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ # Use the base image with Node.js 12.0.0 -FROM node:12.0.0 +FROM node:12.22.2 # Copy the current directory into the Docker image RUN apt-get install -y curl