Skip to content

Commit 3fe7bf4

Browse files
committed
Fix Java 11 CI reference
See gh-15179
1 parent 12a16dc commit 3fe7bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/images/spring-boot-jdk11-ci-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:bionic-20181018
22

33
ADD setup.sh /setup.sh
4-
RUN ./setup.sh java10
4+
RUN ./setup.sh java11
55

66
ENV JAVA_HOME /opt/openjdk
77
ENV PATH $JAVA_HOME/bin:$PATH

0 commit comments

Comments
 (0)