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

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nemosupremo committed May 22, 2018
1 parent 7b7ead6 commit 1693554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk add --update git bash && \
rm -rf /var/cache/apk/* && \
go get -d github.com/channelmeter/vault-gatekeeper-mesos && \
cd $GOPATH/src/github.com/channelmeter/vault-gatekeeper-mesos && \
git checkout tags/0.5.3 && \
git checkout tags/0.6.0 && \
/bin/bash ./build.bash && \
cp ./vltgatekeeper /bin/vltgatekeeper && \
rm -r $GOPATH/src/github.com/channelmeter/vault-gatekeeper-mesos && \
Expand Down

0 comments on commit 1693554

Please sign in to comment.