Skip to content

Commit

Permalink
Switch to graalvm-community for the Java image
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Aug 8, 2024
1 parent 7646429 commit aae21c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
- main

permissions:
contents: write
contents: read
pages: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:21
FROM ghcr.io/graalvm/graalvm-community:21
COPY build/libs/camelot-all.jar /camelot.jar
VOLUME ["/home/camelot"]
WORKDIR /home/camelot
RUN cd /home/camelot
ENTRYPOINT ["java", "--enable-preview", "-jar", "/camelot.jar"]
ENTRYPOINT ["java", "--enable-preview", "-jar", "/camelot.jar"]

0 comments on commit aae21c7

Please sign in to comment.