diff --git a/Dockerfile b/Dockerfile index b225466..fea07ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a Maven image with OpenJDK 22 to build the JAR -FROM maven:3.9.4-openjdk-22 AS build +FROM maven:3.9.4-eclipse-temurin-21-alpine AS build # Set the working directory WORKDIR /app