Upgrade Java 8 CI image to openjdk:8u181-jdk

Closes gh-14618
This commit is contained in:
Andrade, Gustavo (ESI)
2018-09-26 15:21:38 -03:00
committed by Andy Wilkinson
parent 379ce62e2e
commit 31f89e5981

View File

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