Skip to content

Commit e53c01c

Browse files
committed
Upgrade CI image to Java 8u392+9
Closes gh-71
1 parent 27a3120 commit e53c01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ENV JAVA_HOME /opt/openjdk
88
ENV PATH $JAVA_HOME/bin:$PATH
99
RUN mkdir -p /opt/openjdk && \
1010
cd /opt/openjdk && \
11-
curl -L https://github.com/bell-sw/Liberica/releases/download/8u333+2/bellsoft-jdk8u333+2-linux-amd64.tar.gz | tar xz --strip-components=1
11+
curl -L https://github.com/bell-sw/Liberica/releases/download/8u392+9/bellsoft-jdk8u392+9-linux-amd64.tar.gz | tar xz --strip-components=1
1212

1313
ADD https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.4/concourse-java.sh /opt/

0 commit comments

Comments
 (0)