diff --git a/Dockerfile b/Dockerfile index 7e6a468..f9c8e9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:21.0.5_11-jre-jammy +FROM eclipse-temurin:21.0.5_11-jre-noble RUN apt-get update && apt-get install -y unzip && apt install -y graphviz && rm -rf /var/lib/apt/lists/*