From 16a05f78f854b71d5be90fd231c5c08de155ae2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Feb 2022 03:15:24 +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 bbc2c2a..518e68e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ # Use the base image with Node.js 12.16.3 -FROM node:12.16.3 +FROM node:12.22.0 # Copy the current directory into the Docker image COPY . /u-bahn-user-reconciliation-processor