Skip to content

Commit

Permalink
Use jdk 21
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbayless committed Oct 23, 2023
1 parent dc8ab61 commit 85c8389
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 @@ -61,7 +61,7 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | b
RUN curl -s "https://get.sdkman.io" | bash \
&& source "$HOME/.sdkman/bin/sdkman-init.sh" \
&& sdk version \
&& sdk install java 17.0.7-tem \
&& sdk install java 21-tem \
&& sdk install sbt

# Install Rust and Cargo, needed for fishnet
Expand Down

0 comments on commit 85c8389

Please sign in to comment.