From 77bc92460b49893b25bf31b1e91d2cf476bc17b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Mar 2022 02:40:03 +0000 Subject: [PATCH] fix: docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-2426305 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-340072 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-453739 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-584435 - 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..029f1e7 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.11 # Copy the current directory into the Docker image RUN apt-get install -y curl