Skip to content

Commit

Permalink
Update captain
Browse files Browse the repository at this point in the history
  • Loading branch information
Jotschi committed Nov 11, 2017
1 parent 9ea70e4 commit 713cb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ RUN chown jenkins: /home/jenkins/.gitconfig
RUN chown jenkins: /opt -R

# Setup docker captain
RUN curl -L https://github.com/harbur/captain/releases/download/v1.0.0/captain_linux_amd64 > /usr/local/bin/captain
RUN curl -L https://github.com/harbur/captain/releases/download/v1.1.2/captain_linux_amd64 > /usr/local/bin/captain
RUN chmod +x /usr/local/bin/captain

# Fix docker socket permission issue
Expand Down

0 comments on commit 713cb60

Please sign in to comment.