From e7939247db6e7506b63dafebba7c68833a67b94f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Dec 2022 02:48:40 +0000 Subject: [PATCH] fix: docs/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-1585150 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-2936229 - https://snyk.io/vuln/SNYK-DEBIAN11-DPKG-2847942 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-2807596 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-2933518 --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 87ffc9643..d247e0943 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,7 +1,7 @@ # # Start from Node # -FROM node:17.4 +FROM node:17.7.2 # # Install CODEDOC CLI (https://codedoc.cc/docs/cli)