From a50a4f8db907252381138605ea05a30db20e0a01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Feb 2022 02:25:15 +0000 Subject: [PATCH] fix: 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-PYTHON35-584435 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 56ed36ae..2cdbc927 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12.16.1 +FROM node:12.22 LABEL version="1.2" LABEL description="Projects microservice" RUN sed -i '/jessie-updates/d' /etc/apt/sources.list