diff --git a/ci/images/spring-boot-ci-image/Dockerfile b/ci/images/spring-boot-ci-image/Dockerfile index ec57f0238b..45512c3f47 100644 --- a/ci/images/spring-boot-ci-image/Dockerfile +++ b/ci/images/spring-boot-ci-image/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get update && \ apt-get install -y libxml2-utils && \ apt-get install -y jq -ADD https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.1/concourse-java.sh /opt/ +ADD https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.2/concourse-java.sh /opt/ ENV DOCKER_VERSION=17.05.0-ce \ ENTRYKIT_VERSION=0.4.0 diff --git a/ci/images/spring-boot-jdk9-ci-image/Dockerfile b/ci/images/spring-boot-jdk9-ci-image/Dockerfile index 502364886e..4d39f2203b 100644 --- a/ci/images/spring-boot-jdk9-ci-image/Dockerfile +++ b/ci/images/spring-boot-jdk9-ci-image/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get update && \ apt-get install -y libxml2-utils && \ apt-get install -y jq -ADD https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.1/concourse-java.sh /opt/ +ADD https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.2/concourse-java.sh /opt/ ENV DOCKER_VERSION=17.05.0-ce \ ENTRYKIT_VERSION=0.4.0