Use the correct tag for JDK 10 EA 32

See gh-12028
This commit is contained in:
Andy Wilkinson 2018-03-02 14:36:14 +00:00
parent dfbababd11
commit f80343b2ea
1 changed files with 1 additions and 1 deletions

View File

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