From d8e4f48773c9d2a43e3d0ac5c40bfe48a3519e8f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Dec 2021 06:43:34 +0000 Subject: [PATCH] fix: docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-1569399 - 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