From 6785f48a908b7409e0f2672ef302307cfd58038d Mon Sep 17 00:00:00 2001 From: Szymon Bylica <142112966+sbylica-splunk@users.noreply.github.com> Date: Fri, 12 Apr 2024 09:40:03 +0200 Subject: [PATCH] Tile builder up (#368) --- .github/tile-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/tile-builder.sh b/.github/tile-builder.sh index f71c2e90..63879a5e 100755 --- a/.github/tile-builder.sh +++ b/.github/tile-builder.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash echo "start" set -e -wget https://github.com/cf-platform-eng/tile-generator/releases/download/v13.0.2/pcf_linux-64bit > /dev/null 2>&1 +wget https://github.com/cf-platform-eng/tile-generator/releases/download/v15.0.2/pcf_linux-64bit > /dev/null 2>&1 chmod +x pcf_linux-64bit sudo mv pcf_linux-64bit /usr/local/bin/tile python3 -m venv tile-generator-env > /dev/null 2>&1