Skip to content

Commit 4245adc

Browse files
update to cf cli v7.4.0
1 parent d4ba104 commit 4245adc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2626
RUN 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} \

0 commit comments

Comments
 (0)