Skip to content

Commit 11efe17

Browse files
committed
Upgrade Java 11 version in CI image
Closes gh-19763
1 parent 34ac3c5 commit 11efe17

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
@@ -6,7 +6,7 @@ case "$1" in
66
echo "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u232-b09/OpenJDK8U-jdk_x64_linux_hotspot_8u232b09.tar.gz"
77
;;
88
java11)
9-
echo "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.5%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11.0.5_10.tar.gz"
9+
echo "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.6%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11.0.6_10.tar.gz"
1010
;;
1111
*)
1212
echo $"Unknown java version"

0 commit comments

Comments
 (0)