From 95ae66b3ff032bb4dba36ba524e7390b9acd9849 Mon Sep 17 00:00:00 2001 From: Gustavo Andrade Date: Thu, 27 Sep 2018 16:57:11 -0300 Subject: [PATCH] Upgrade Java 11 CI image to 11-ea-28-jdk Closes gh-14631 --- 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 a15a764166..4f4bc651fb 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-24-jdk +FROM openjdk:11-ea-28-jdk RUN apt-get update && \ apt-get install -y git && \