From a061c944106962fd72447ccc36ad905cbaaff83d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 10:13:51 +0000 Subject: [PATCH] Bump maven from 3.9-amazoncorretto-17 to 3-amazoncorretto-24 Bumps maven from 3.9-amazoncorretto-17 to 3-amazoncorretto-24. --- updated-dependencies: - dependency-name: maven dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 85e2031..996b324 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the application -FROM maven:3.9-amazoncorretto-17 AS build +FROM maven:3-amazoncorretto-24 AS build WORKDIR /app