From c1306a616fc4a20723388b027c33573b7844293d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Jul 2025 09:20:19 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-AMZN2-LIBXML2-10500352 - https://snyk.io/vuln/SNYK-AMZN2-PYTHON-10692373 - https://snyk.io/vuln/SNYK-AMZN2-PYTHONLIBS-10692228 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d884604de4..abd5b9b51d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM maven:3.9.9-amazoncorretto-21 +FROM maven:3.9.11-amazoncorretto-21 RUN mkdir /usr/src/goof RUN mkdir /tmp/extracted_files