From 58ff3b6218a7a83371d2470ff66a410c2d39b4f0 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Mon, 23 May 2022 23:02:07 +0000
Subject: [PATCH] fix: test-automation/Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-2807589
- 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
---
 test-automation/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-automation/Dockerfile b/test-automation/Dockerfile
index 2f5a74ed..b133329b 100644
--- a/test-automation/Dockerfile
+++ b/test-automation/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:10.17.0-stretch
+FROM node:dubnium
 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;