From a6efabf6b16c03febe57c2e91d094c4a5bb50869 Mon Sep 17 00:00:00 2001 From: Snyk Bot <snyk-bot@snyk.io> Date: Wed, 15 Feb 2023 09:50:55 +0000 Subject: [PATCH] fix: testing/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-3314696 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-3314768 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-3314792 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-3314816 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-3314840 --- testing/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/Dockerfile b/testing/Dockerfile index 855fd05..7721893 100644 --- a/testing/Dockerfile +++ b/testing/Dockerfile @@ -1,4 +1,4 @@ -FROM maven:3.8.7-eclipse-temurin-11 +FROM maven:3.8.7-amazoncorretto-8 RUN apt-get update && apt-get install -y firefox wget