From 9cd0c5a05d656dd946c39cb962bbfb607f11cdf9 Mon Sep 17 00:00:00 2001 From: Gustavo Andrade Date: Thu, 27 Sep 2018 16:51:45 -0300 Subject: [PATCH] Upgrade Java 10 CI image to 10.0.2-13-jdk Closes gh-14630 --- 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 eeee08e222..58de2bb5b0 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.0.1-10-jdk +FROM openjdk:10.0.2-13-jdk RUN apt-get update && \ apt-get install -y git && \