Skip to content

Commit 7573edf

Browse files
fixes #109 - update to cf cli v7.7.12 and v8.8.0
1 parent 138fa87 commit 7573edf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ RUN mkdir -p /opt/cf-cli-${CF_CLI_6_VERSION} \
1919
| tar -zxC /opt/cf-cli-${CF_CLI_6_VERSION} \
2020
&& ln -s /opt/cf-cli-${CF_CLI_6_VERSION}/cf /usr/local/bin
2121

22-
ARG CF_CLI_7_VERSION=7.7.10
22+
ARG CF_CLI_7_VERSION=7.7.12
2323
RUN mkdir -p /opt/cf-cli-${CF_CLI_7_VERSION} \
2424
&& curl -SL "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=${CF_CLI_7_VERSION}" \
2525
| tar -zxC /opt/cf-cli-${CF_CLI_7_VERSION} \
2626
&& ln -s /opt/cf-cli-${CF_CLI_7_VERSION}/cf7 /usr/local/bin
2727

28-
ARG CF_CLI_8_VERSION=8.7.10
28+
ARG CF_CLI_8_VERSION=8.8.0
2929
RUN mkdir -p /opt/cf-cli-${CF_CLI_8_VERSION} \
3030
&& curl -SL "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=${CF_CLI_8_VERSION}" \
3131
| tar -zxC /opt/cf-cli-${CF_CLI_8_VERSION} \

0 commit comments

Comments
 (0)