Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Update CLI version in docker image to 6.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
crhino authored and Chris Piraino committed May 29, 2015
1 parent ff57572 commit d8df910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RUN \
rm -rf /tmp/*

RUN \
wget https://s3.amazonaws.com/go-cli/releases/v6.9.0/cf-linux-amd64.tgz -P /tmp && \
wget https://s3.amazonaws.com/go-cli/releases/v6.11.3/cf-linux-amd64.tgz -P /tmp && \
tar xvf /tmp/cf-linux-amd64.tgz -C /usr/local/bin && \
ln -s /usr/local/bin/cf /usr/local/bin/gcf && \
rm -rf /tmp/*

0 comments on commit d8df910

Please sign in to comment.