Commit d448c5ac authored by Andy Wilkinson's avatar Andy Wilkinson

Use openjdk:10.0.1-10-jdk Docker image for JDK 10-based CI

Closes gh-12988
parent 36fb0789
FROM openjdk:10-ea-46-jdk FROM openjdk:10.0.1-10-jdk
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y git && \ apt-get install -y git && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment