We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf78d90 commit 7529817Copy full SHA for 7529817
.circleci/config.yml
@@ -16,7 +16,7 @@ jobs:
16
command: |
17
mkdir -p $HOME/bin
18
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
+ curl -L "https://cli.run.pivotal.io/stable?release=linux64-binary&version=8.9.0" | tar xzv -C $HOME/bin
20
21
- run:
22
name: Deploy Proxy
0 commit comments