File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ RUN mkdir -p /opt/cf-cli-${CF_CLI_6_VERSION} \
19
19
| tar -zxC /opt/cf-cli-${CF_CLI_6_VERSION} \
20
20
&& ln -s /opt/cf-cli-${CF_CLI_6_VERSION}/cf /usr/local/bin
21
21
22
- ARG CF_CLI_7_VERSION=7.7.10
22
+ ARG CF_CLI_7_VERSION=7.7.12
23
23
RUN mkdir -p /opt/cf-cli-${CF_CLI_7_VERSION} \
24
24
&& curl -SL "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=${CF_CLI_7_VERSION}" \
25
25
| tar -zxC /opt/cf-cli-${CF_CLI_7_VERSION} \
26
26
&& ln -s /opt/cf-cli-${CF_CLI_7_VERSION}/cf7 /usr/local/bin
27
27
28
- ARG CF_CLI_8_VERSION=8.7.10
28
+ ARG CF_CLI_8_VERSION=8.8.0
29
29
RUN mkdir -p /opt/cf-cli-${CF_CLI_8_VERSION} \
30
30
&& curl -SL "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=${CF_CLI_8_VERSION}" \
31
31
| tar -zxC /opt/cf-cli-${CF_CLI_8_VERSION} \
You can’t perform that action at this time.
0 commit comments