From e53c01cf03414d40e5505f39e46661a87cf7e29f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jan 2024 09:16:53 +0000 Subject: [PATCH] Upgrade CI image to Java 8u392+9 Closes gh-71 --- ci/image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/image/Dockerfile b/ci/image/Dockerfile index 9f35103..3b42500 100644 --- a/ci/image/Dockerfile +++ b/ci/image/Dockerfile @@ -8,6 +8,6 @@ ENV JAVA_HOME /opt/openjdk ENV PATH $JAVA_HOME/bin:$PATH RUN mkdir -p /opt/openjdk && \ cd /opt/openjdk && \ - curl -L https://github.com/bell-sw/Liberica/releases/download/8u333+2/bellsoft-jdk8u333+2-linux-amd64.tar.gz | tar xz --strip-components=1 + curl -L https://github.com/bell-sw/Liberica/releases/download/8u392+9/bellsoft-jdk8u392+9-linux-amd64.tar.gz | tar xz --strip-components=1 ADD https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.4/concourse-java.sh /opt/ \ No newline at end of file