Skip to content

Commit 7529817

Browse files
committed
upgrade cf cli version to 8.9.0
1 parent cf78d90 commit 7529817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
command: |
1717
mkdir -p $HOME/bin
1818
export PATH=$HOME/bin:$PATH
19-
curl -L "https://cli.run.pivotal.io/stable?release=linux64-binary&version=7.1.0" | tar xzv -C $HOME/bin
19+
curl -L "https://cli.run.pivotal.io/stable?release=linux64-binary&version=8.9.0" | tar xzv -C $HOME/bin
2020
2121
- run:
2222
name: Deploy Proxy

0 commit comments

Comments
 (0)