diff --git a/Dockerfile b/Dockerfile index 01a6014..4cb58b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a base image with Java 21 -FROM amazoncorretto:21.0.3-al2023-headless +FROM gradle:jdk21 # Create a directory in the container WORKDIR /app