From 3166195a624747b7b5a9e79e1d4fc72e912dcaf5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Feb 2022 03:36:50 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-340070 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-341379 - 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