Skip to content

Commit

Permalink
Upgrade to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Nov 9, 2023
1 parent 05a854c commit b6a7a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# that we have a shell present to expand wildcards etc.
FROM mrothy/scalafmt:2.3.2 as scalafmt

FROM eclipse-temurin:11-jre
FROM eclipse-temurin:21-jre

COPY --from=scalafmt /usr/local/bin/scalafmt /usr/local/bin/scalafmt
COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit b6a7a42

Please sign in to comment.