From 83d9da557b2773c04eb857983c1e447ae5dcfbfb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Dec 2023 16:30:42 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-AMZN2-OPENSSLLIBS-6098464 - https://snyk.io/vuln/SNYK-AMZN2-VIMMINIMAL-6098447 - https://snyk.io/vuln/SNYK-AMZN2-VIMMINIMAL-6098452 - https://snyk.io/vuln/SNYK-AMZN2-VIMMINIMAL-6098453 - https://snyk.io/vuln/SNYK-AMZN2-VIMMINIMAL-6098465 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eecdbaad3c..47e0d66d66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM maven:3.9.5-amazoncorretto-21 +FROM maven:3.9.6-amazoncorretto-21 RUN mkdir /usr/src/goof RUN mkdir /tmp/extracted_files