Skip to content
This repository was archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
Pin bosh_cli version (to see if pipeline failure is a regression)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Carter committed Jul 14, 2016
1 parent fbc8629 commit 09cd0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci_image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN cd \

# install required gems
RUN gem install bundler --no-rdoc --no-ri \
&& gem install bosh_cli --no-rdoc --no-ri \
&& gem install bosh_cli -v 1.3177.0 --no-rdoc --no-ri \
&& gem install license_finder --no-ri --no-rdoc

# Install Go
Expand Down

0 comments on commit 09cd0fc

Please sign in to comment.