From 0c24f8c1fc0de14df88a6bdbaac5c2baee5d5130 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Mar 2022 00:35:20 +0000 Subject: [PATCH] fix: 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-1063181 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-340072 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-453739 - 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..832dba79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12.16.1 +FROM node:12.22.10 LABEL version="1.2" LABEL description="Projects microservice" RUN sed -i '/jessie-updates/d' /etc/apt/sources.list