From 893c36db46ea4549e2f4b3b1550e34ec3a724735 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Feb 2022 01:51:01 +0000 Subject: [PATCH] fix: docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-1063180 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-1013421 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-1063181 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-584364 - https://snyk.io/vuln/SNYK-DEBIAN9-SUBVERSION-1071813 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 37e6be3..f845426 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ # Use the base image with Node.js -FROM node:10.22.1 +FROM node:10.23.2 # Copy the current directory into the Docker image COPY . /micro-frontends-angular-app