Skip to content

Commit

Permalink
Use jdk22 GA instead of EA
Browse files Browse the repository at this point in the history
  • Loading branch information
rspilker committed Mar 17, 2024
1 parent a5bb414 commit fc1c018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/provision/jdk/java-22.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apt-get update && apt-get install -y wget
wget https://download.java.net/java/early_access/jdk22/31/GPL/openjdk-22-ea+31_linux-x64_bin.tar.gz -O jdk.tar.gz
wget https://download.java.net/java/GA/jdk22/830ec9fcccef480bb3e73fb7ecafe059/36/GPL/openjdk-22_linux-x64_bin.tar.gz -O jdk.tar.gz
tar -xzf jdk.tar.gz -C /opt/
mv /opt/jdk-22 /opt/jdk

0 comments on commit fc1c018

Please sign in to comment.