Skip to content

Commit 1113fc0

Browse files
committed
Upgrade Java 8 version in CI image
1 parent f2ea6d4 commit 1113fc0

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
@@ -15,7 +15,7 @@ curl https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.3/c
1515
###########################################################
1616
# JAVA
1717
###########################################################
18-
JDK_URL=https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u202-b08/OpenJDK8U-jdk_x64_linux_hotspot_8u202b08.tar.gz
18+
JDK_URL=https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u265-b01/OpenJDK8U-jdk_x64_linux_hotspot_8u265b01.tar.gz
1919

2020
mkdir -p /opt/openjdk
2121
cd /opt/openjdk

0 commit comments

Comments
 (0)