From 7b4c385656284213a364e16e951936ecf40af174 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Sun, 3 Mar 2019 13:27:56 -0600 Subject: [PATCH] Build against OpenJDK 8 Docker image. --- ci/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/build.yml b/ci/build.yml index 12bb495..396d02d 100644 --- a/ci/build.yml +++ b/ci/build.yml @@ -4,7 +4,8 @@ platform: linux image_resource: type: docker-image source: - repository: springci/spring-hateoas-examples-8-jdk-with-graphviz + repository: openjdk + tag: 8-jdk inputs: - name: spring-hateoas-examples-github