From bbdd731535c5c3c1a84e802a615b6c52ab49256f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 31 Oct 2018 09:59:05 +0000 Subject: [PATCH] Use 11.0.1-jdk for Java 11 CI builds Closes gh-15030 --- ci/images/spring-boot-jdk11-ci-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/spring-boot-jdk11-ci-image/Dockerfile b/ci/images/spring-boot-jdk11-ci-image/Dockerfile index 4f4bc651fb..b5535ef4f7 100644 --- a/ci/images/spring-boot-jdk11-ci-image/Dockerfile +++ b/ci/images/spring-boot-jdk11-ci-image/Dockerfile @@ -1,4 +1,4 @@ -FROM openjdk:11-ea-28-jdk +FROM openjdk:11.0.1-jdk RUN apt-get update && \ apt-get install -y git && \