From c619f8b29669344b8eb014ab8aa157c89c420ec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 10:44:08 +0000 Subject: [PATCH] Bump maven from 3.9-amazoncorretto-17 to 3-amazoncorretto-23 Bumps maven from 3.9-amazoncorretto-17 to 3-amazoncorretto-23. --- 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 c737852..cbe1746 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-23 AS build # Define arguments for Maven profile and JAR file name # Can pass value of "server-manage" to compile the manage server