From 5c40dc4b24590abba95bd829415342bbebe87d1e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Dec 2021 00:48:10 +0000 Subject: [PATCH] fix: docgen/dev/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-1296898 - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-1290158 - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-1290158 - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-1290158 - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-1290158 --- docgen/dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docgen/dev/Dockerfile b/docgen/dev/Dockerfile index d291deb..6cffb56 100644 --- a/docgen/dev/Dockerfile +++ b/docgen/dev/Dockerfile @@ -1,4 +1,4 @@ -FROM node:17 +FROM node:current-bullseye-slim COPY package.json /project/