From 35a40f7678a1627cab52e1ea310954d53de7f8bc Mon Sep 17 00:00:00 2001 From: Gustavo Andrade Date: Thu, 27 Sep 2018 16:57:11 -0300 Subject: [PATCH] Upgrading Java 11 CI image --- ci/images/spring-boot-jdk11-ci-image/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/images/spring-boot-jdk11-ci-image/Dockerfile b/ci/images/spring-boot-jdk11-ci-image/Dockerfile index a15a764166c8..fa9cecb45cfc 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 && \ @@ -30,4 +30,4 @@ ENTRYPOINT [ \ "shell=/bin/sh", "--", \ "codep", \ "/bin/docker daemon" \ -] \ No newline at end of file +]