From f80343b2eaa440d913e12bba840effb5ae36ee07 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 2 Mar 2018 14:36:14 +0000 Subject: [PATCH] Use the correct tag for JDK 10 EA 32 See gh-12028 --- ci/images/spring-boot-jdk10-ci-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/spring-boot-jdk10-ci-image/Dockerfile b/ci/images/spring-boot-jdk10-ci-image/Dockerfile index 39116ebbfa..27bef4016c 100644 --- a/ci/images/spring-boot-jdk10-ci-image/Dockerfile +++ b/ci/images/spring-boot-jdk10-ci-image/Dockerfile @@ -1,4 +1,4 @@ -FROM openjdk:10-ea32-jdk +FROM openjdk:10-ea-32-jdk RUN apt-get update && \ apt-get install -y git && \