From 3be4322f71a558f4afdea8160dd219d1d828ed41 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 17 Jan 2024 21:17:46 +0100 Subject: [PATCH] Upgrade CI image to JDK 17.0.10+13 --- ci/images/get-jdk-url.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ci/images/get-jdk-url.sh b/ci/images/get-jdk-url.sh index ab19da60336..80c68d3dab7 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -3,10 +3,7 @@ set -e case "$1" in java17) - echo "https://github.com/bell-sw/Liberica/releases/download/17.0.9+11/bellsoft-jdk17.0.9+11-linux-amd64.tar.gz" - ;; - java20) - echo "https://github.com/bell-sw/Liberica/releases/download/20.0.1+10/bellsoft-jdk20.0.1+10-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/17.0.10%2B13/bellsoft-jdk17.0.10+13-linux-amd64.tar.gz" ;; *) echo $"Unknown java version"