Skip to content

Commit 44d4870

Browse files
committed
Upgrade CI image to Java 8u333+2
Closes gh-814
1 parent cf610d1 commit 44d4870

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
@@ -3,7 +3,7 @@ set -e
33

44
case "$1" in
55
java8)
6-
echo "https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u292-b10/OpenJDK8U-jdk_x64_linux_hotspot_8u292b10.tar.gz"
6+
echo "https://github.com/bell-sw/Liberica/releases/download/8u333+2/bellsoft-jdk8u333+2-linux-amd64.tar.gz"
77
;;
88
*)
99
echo $"Unknown java version"

0 commit comments

Comments
 (0)