From 38a7b7eef193ad18ed62bb10b47fffced1deffe9 Mon Sep 17 00:00:00 2001 From: Cloud Foundry Buildpacks Team Robot Date: Fri, 12 Dec 2025 09:17:25 +0000 Subject: [PATCH] Updating github-config --- scripts/.util/tools.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/scripts/.util/tools.sh b/scripts/.util/tools.sh index 3260ab8b2..dc8a55776 100644 --- a/scripts/.util/tools.sh +++ b/scripts/.util/tools.sh @@ -148,17 +148,10 @@ function util::tools::cf::install() { exit 1 esac - # Check if cf is already available in PATH (e.g., from system/Docker image) - if command -v cf &> /dev/null; then - util::print::title "CF CLI already installed (using system version)" - cf version - return 0 - fi - if [[ ! -f "${dir}/cf" ]]; then util::print::title "Installing cf" - curl "https://packages.cloudfoundry.org/stable?release=${os}-binary&source=github-rel" \ + curl "https://packages.cloudfoundry.org/stable?release=${os}-binary&version=6.49.0&source=github-rel" \ --silent \ --location \ --output /tmp/cf.tar.gz