Upgrade JDK 10-based CI to jdk-10-ea-46

Closes gh-12515
This commit is contained in:
Andy Wilkinson 2018-03-16 08:27:29 +00:00
parent 522e3df394
commit 87782a2db4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM openjdk:10-ea-32-jdk
FROM openjdk:10-ea-46-jdk
RUN apt-get update && \
apt-get install -y git && \