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