Merge pull request #14618 from Gustavo Andrade

* gh-14618:
  Upgrade Java 8 CI image to openjdk:8u181-jdk
This commit is contained in:
Andy Wilkinson
2018-09-27 06:21:51 -04:00

View File

@@ -1,4 +1,4 @@
FROM openjdk:8u141-jdk
FROM openjdk:8u181-jdk
RUN apt-get update && \
apt-get install -y git && \