From 88be08bee4cfccb34d7944cd86e48c935f0df9e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 00:51:10 +0000 Subject: [PATCH] fix: connect-automation/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-MERCURIAL-311070 - https://snyk.io/vuln/SNYK-DEBIAN9-MERCURIAL-311113 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-1063180 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-340070 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-341379 --- connect-automation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect-automation/Dockerfile b/connect-automation/Dockerfile index f15260314..22d95bd31 100644 --- a/connect-automation/Dockerfile +++ b/connect-automation/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.17.0-stretch +FROM node:10.23.2-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;