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 +]