Skip to content

Commit d4478ba

Browse files
committed
Upgrade Java versions in CI image
1 parent 136e6db commit d4478ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/images/get-jdk-url.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ case "$1" in
66
echo "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u322-b06/OpenJDK8U-jdk_x64_linux_hotspot_8u322b06.tar.gz"
77
;;
88
java11)
9-
echo "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14%2B9/OpenJDK11U-jdk_x64_linux_hotspot_11.0.14_9.tar.gz"
9+
echo "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1%2B1/OpenJDK11U-jdk_x64_linux_hotspot_11.0.14.1_1.tar.gz"
1010
;;
1111
*)
1212
echo $"Unknown java version"

0 commit comments

Comments
 (0)