From 1b85f6277d4d2504caac0ce1f8bbf72c81dbf6e4 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 6 May 2020 13:53:24 +0200 Subject: [PATCH] Upgrade to Concourse Java Script v0.0.3 This new release has been updated with the version scheme changes. --- ci/images/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/images/setup.sh b/ci/images/setup.sh index b9eab7adba..6e936491af 100755 --- a/ci/images/setup.sh +++ b/ci/images/setup.sh @@ -9,7 +9,7 @@ apt-get update apt-get install --no-install-recommends -y ca-certificates net-tools libxml2-utils git curl libudev1 libxml2-utils iptables iproute2 jq fontconfig rm -rf /var/lib/apt/lists/* -curl https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.2/concourse-java.sh > /opt/concourse-java.sh +curl https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.3/concourse-java.sh > /opt/concourse-java.sh ########################################################### @@ -28,4 +28,4 @@ test -f /opt/openjdk/bin/javac ########################################################### cd / mkdir ~/.gradle -echo 'systemProp.user.name=concourse' > ~/.gradle/gradle.properties \ No newline at end of file +echo 'systemProp.user.name=concourse' > ~/.gradle/gradle.properties