File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414### Changed
1515
1616- Updated to [ cf cli v6.53.0] ( https://github.com/cloudfoundry/cli/releases/tag/v6.53.0 )
17- - Updated to [ cf7 cli v7.2 .0] ( https://github.com/cloudfoundry/cli/releases/tag/v7.2 .0 )
17+ - Updated to [ cf7 cli v7.4 .0] ( https://github.com/cloudfoundry/cli/releases/tag/v7.4 .0 )
1818
1919### Packaged Dependencies
2020
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN mkdir -p /opt/cf-cli-${CF_CLI_6_VERSION} \
2222 && ln -s /opt/cf-cli-${CF_CLI_6_VERSION}/cf /usr/local/bin
2323
2424# Install Cloud Foundry cli v7
25- ARG CF_CLI_7_VERSION=7.2 .0
25+ ARG CF_CLI_7_VERSION=7.4 .0
2626RUN mkdir -p /opt/cf-cli-${CF_CLI_7_VERSION} \
2727 && curl -SL "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=${CF_CLI_7_VERSION}" \
2828 | tar -zxC /opt/cf-cli-${CF_CLI_7_VERSION} \
You can’t perform that action at this time.
0 commit comments