Merge pull request #14631 from Gustavo Andrade

* gh-14631:
  Upgrade Java 11 CI image to 11-ea-28-jdk
This commit is contained in:
Andy Wilkinson
2018-09-28 14:02:48 -04:00

View File

@@ -1,4 +1,4 @@
FROM openjdk:11-ea-24-jdk
FROM openjdk:11-ea-28-jdk
RUN apt-get update && \
apt-get install -y git && \