From 2beb4cdb786949b90e5959d00180ed8cc66845b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Feb 2022 03:13:03 +0000 Subject: [PATCH] fix: connect-automation/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-PYTHON35-1063181 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-340072 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-453739 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-584435 --- connect-automation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect-automation/Dockerfile b/connect-automation/Dockerfile index f15260314..3e61bb0e2 100644 --- a/connect-automation/Dockerfile +++ b/connect-automation/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.17.0-stretch +FROM node:10.24-stretch RUN apt update RUN apt install sudo RUN sudo apt-get update; sudo apt-get install -y openjdk-8-jre openjdk-8-jre-headless openjdk-8-jdk openjdk-8-jdk-headless;