From 364f0b9fd2b6f51743b284e6b0a6ea0e19405a73 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Sat, 16 Sep 2023 22:10:05 +0200 Subject: [PATCH] Upgrade CI image to JDK 17.0.8 --- ci/images/get-jdk-url.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/images/get-jdk-url.sh b/ci/images/get-jdk-url.sh index 2fc3b565..0d5a782a 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -3,8 +3,7 @@ set -e case "$1" in java17) - echo "https://github.com/bell-sw/Liberica/releases/download/17.0.6+10/bellsoft-jdk17.0.6+10-linux-amd64.tar.gz" - ;; + echo "https://download.bell-sw.com/java/17.0.8.1+1/bellsoft-jdk17.0.8.1+1-linux-amd64.tar.gz" java19) echo "https://github.com/bell-sw/Liberica/releases/download/19.0.2+9/bellsoft-jdk19.0.2+9-linux-amd64.tar.gz" ;;