Merge pull request #14630 from Gustavo Andrade

* gh-14630:
  Upgrade Java 10 CI image to 10.0.2-13-jdk
This commit is contained in:
Andy Wilkinson 2018-09-28 13:58:20 -04:00
commit d5b81f9327
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM openjdk:10.0.1-10-jdk
FROM openjdk:10.0.2-13-jdk
RUN apt-get update && \
apt-get install -y git && \