From d448c5ac49716545c28cb439fedac6c087fd21c9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 27 Apr 2018 14:00:09 +0100 Subject: [PATCH] Use openjdk:10.0.1-10-jdk Docker image for JDK 10-based CI Closes gh-12988 --- 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 fc46954d03..eeee08e222 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-ea-46-jdk +FROM openjdk:10.0.1-10-jdk RUN apt-get update && \ apt-get install -y git && \