Skip to content

Commit beb23b5

Browse files
committed
Updated CI image JDK
1 parent d07df24 commit beb23b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/images/get-jdk-url.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ set -e
33

44
case "$1" in
55
java17)
6-
echo "https://github.com/bell-sw/Liberica/releases/download/17.0.6+10/bellsoft-jdk17.0.6+10-linux-amd64.tar.gz"
6+
echo "https://github.com/bell-sw/Liberica/releases/download/17.0.7+7/bellsoft-jdk17.0.7+7-linux-amd64.tar.gz"
77
;;
88
java20)
9-
echo "https://github.com/bell-sw/Liberica/releases/download/20%2B37/bellsoft-jdk20+37-linux-amd64.tar.gz"
9+
echo "https://github.com/bell-sw/Liberica/releases/download/20.0.1+10/bellsoft-jdk20.0.1+10-linux-amd64.tar.gz"
1010
;;
1111
*)
1212
echo $"Unknown java version"

0 commit comments

Comments
 (0)