Skip to content

Commit 874489f

Browse files
committed
Upgrade Java 8 CI image to 1.8.0_202-b08
Closes gh-15813
1 parent 5dc285f commit 874489f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/images/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ curl https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.2/c
1818

1919
case "$1" in
2020
java8)
21-
JDK_URL=https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u192-b12/OpenJDK8U-jdk_x64_linux_hotspot_8u192b12.tar.gz
21+
JDK_URL=https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u202-b08/OpenJDK8U-jdk_x64_linux_hotspot_8u202b08.tar.gz
2222
;;
2323
java9)
2424
JDK_URL=https://github.com/AdoptOpenJDK/openjdk9-binaries/releases/download/jdk-9.0.4%2B11/OpenJDK9U-jdk_x64_linux_hotspot_9.0.4_11.tar.gz

0 commit comments

Comments
 (0)