Skip to content

Commit 199f94c

Browse files
committed
Upgrade Java 17 version in CI image
Closes gh-27589
1 parent d02ba17 commit 199f94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/images/get-jdk-url.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ case "$1" in
1212
echo "https://github.com/adoptium/temurin16-binaries/releases/download/jdk-16.0.2%2B7/OpenJDK16U-jdk_x64_linux_hotspot_16.0.2_7.tar.gz"
1313
;;
1414
java17)
15-
echo "https://github.com/AdoptOpenJDK/openjdk17-binaries/releases/download/jdk-2021-05-07-13-31/OpenJDK-jdk_x64_linux_hotspot_2021-05-06-23-30.tar.gz"
15+
echo "https://github.com/adoptium/temurin17-binaries/releases/download/jdk17-2021-08-05-18-59-beta/OpenJDK17-jdk_x64_linux_hotspot_2021-08-05-18-59.tar.gz"
1616
;;
1717
*)
1818
echo $"Unknown java version"

0 commit comments

Comments
 (0)