From 2288e49a2d035ded6b327798d6a869f6e9ed3cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 27 Dec 2023 14:39:28 +0100 Subject: [PATCH] Upgrade Java 8 version in CI image Closes gh-96 --- ci/images/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/setup.sh b/ci/images/setup.sh index aa6bf8a..8931eda 100755 --- a/ci/images/setup.sh +++ b/ci/images/setup.sh @@ -18,7 +18,7 @@ curl https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.4/c ########################################################### # JAVA ########################################################### -JDK_URL="https://github.com/bell-sw/Liberica/releases/download/8u352+8/bellsoft-jdk8u352+8-linux-amd64.tar.gz" +JDK_URL="https://github.com/bell-sw/Liberica/releases/download/8u392+9/bellsoft-jdk8u392+9-linux-amd64.tar.gz" mkdir -p /opt/openjdk cd /opt/openjdk