File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 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.
14
14
### Changed
15
15
16
16
- 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 )
18
18
19
19
### Packaged Dependencies
20
20
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN mkdir -p /opt/cf-cli-${CF_CLI_6_VERSION} \
22
22
&& ln -s /opt/cf-cli-${CF_CLI_6_VERSION}/cf /usr/local/bin
23
23
24
24
# Install Cloud Foundry cli v7
25
- ARG CF_CLI_7_VERSION=7.2 .0
25
+ ARG CF_CLI_7_VERSION=7.4 .0
26
26
RUN mkdir -p /opt/cf-cli-${CF_CLI_7_VERSION} \
27
27
&& curl -SL "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=${CF_CLI_7_VERSION}" \
28
28
| tar -zxC /opt/cf-cli-${CF_CLI_7_VERSION} \
You can’t perform that action at this time.
0 commit comments