diff --git a/Dockerfile b/Dockerfile index bc7543b..56096f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/graalvm/graalvm-community:21 +FROM eclipse-temurin:21 COPY build/libs/camelot-all.jar /camelot.jar VOLUME ["/home/camelot"] WORKDIR /home/camelot