diff --git a/Dockerfile b/Dockerfile index e3c8936d9..7779acbd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official OpenJDK runtime as a parent image -FROM openjdk:17-jdk-slim +FROM eclipse-temurin:17-jdk-jammy # Set the working directory inside the container WORKDIR /app