From 10fd81cf31043503d4d1d0e947e45c0fa6a7b07c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jul 2024 10:51:00 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-AMZN2-CPIO-6371135 - https://snyk.io/vuln/SNYK-AMZN2-GLIB2-6663608 - https://snyk.io/vuln/SNYK-AMZN2-LIBNGHTTP2-6745071 - https://snyk.io/vuln/SNYK-AMZN2-NSSSYSINIT-6229117 - https://snyk.io/vuln/SNYK-AMZN2-NSSTOOLS-6229107 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eecdbaad3c..d51ea9675a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM maven:3.9.5-amazoncorretto-21 +FROM maven:3.9.8-amazoncorretto-21 RUN mkdir /usr/src/goof RUN mkdir /tmp/extracted_files