From 7d5a76c61f88debf847f4c66c0a076d80e6d0a2e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 1 Nov 2018 14:57:33 +0000 Subject: [PATCH] Work around SUREFIRE-1588 by dropping back to 10.0.2+13-Debian-1 See gh-15056 --- ci/images/spring-boot-jdk10-ci-image/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/images/spring-boot-jdk10-ci-image/Dockerfile b/ci/images/spring-boot-jdk10-ci-image/Dockerfile index 151d2e656b2a..719a13deaf6d 100644 --- a/ci/images/spring-boot-jdk10-ci-image/Dockerfile +++ b/ci/images/spring-boot-jdk10-ci-image/Dockerfile @@ -1,5 +1,5 @@ -# 10.0.2+13-Debian-2 -FROM openjdk@sha256:6f481d9b45665cbfd39309ef72dc2afe628ff4721c29d3c5b8852287e6cb8668 +# 10.0.2+13-Debian-1 +FROM openjdk@sha256:d1bd71b98701c94a7041c328259a8645f02e965b91ead8125d4ca39e068334fb RUN apt-get update && \ apt-get install -y git && \