diff --git a/Dockerfile b/Dockerfile index 3f7540a..b761c60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# Use an official OpenJDK runtime as a parent image -FROM openjdk:21-jdk-slim +# Use an official eclipse-temurin runtime as a parent image +FROM eclipse-temurin:21 # Set the working directory in the container WORKDIR /app