From cd1f3bdb97e0b67ac2b4cabf847577c3c06a88d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Dec 2021 09:53:27 +0000 Subject: [PATCH] fix: automated-smoke-test/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-341379 - 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 --- automated-smoke-test/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated-smoke-test/Dockerfile b/automated-smoke-test/Dockerfile index b228769e64..3d96e0a428 100644 --- a/automated-smoke-test/Dockerfile +++ b/automated-smoke-test/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.17.0-stretch +FROM node:10.24.1-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;