Upgrade Java 11 CI image to 11-ea-28-jdk

Closes gh-14631
This commit is contained in:
Gustavo Andrade 2018-09-27 16:57:11 -03:00 committed by Andy Wilkinson
parent 9b7122bf91
commit 95ae66b3ff
1 changed files with 1 additions and 1 deletions

View File

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