From e888e65a090e788d6904005068c6eec7590eebea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Dec 2021 00:46:02 +0000 Subject: [PATCH] fix: docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-LIBXML2-1277342 - https://snyk.io/vuln/SNYK-DEBIAN9-LIBXML2-1277344 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-1075328 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-1569399 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-1063181 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 37e6be3..0102d54 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.1 # Copy the current directory into the Docker image COPY . /micro-frontends-angular-app