From 501e1bb5fea817d661cea8298b01d41352159ef9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jan 2022 04:28:25 +0000 Subject: [PATCH] fix: docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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-PYTHON27-340070 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-341379 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index bbc2c2a..1e288e9 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.8 # Copy the current directory into the Docker image COPY . /u-bahn-user-reconciliation-processor