From 59ffd9e42535c0d714b53760719f25a47d904f22 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Feb 2022 02:49:52 +0000 Subject: [PATCH] fix: docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-LIBXML2-429367 - https://snyk.io/vuln/SNYK-DEBIAN9-MERCURIAL-311063 - https://snyk.io/vuln/SNYK-DEBIAN9-MERCURIAL-311070 - https://snyk.io/vuln/SNYK-DEBIAN9-MERCURIAL-311113 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-584435 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 54c5719..2cf6717 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ # Use the base image with Node.js 8.11.3 -FROM node:12.16.3 +FROM node:12.22.9 # Set working directory for future use WORKDIR /taas-es-processor