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

Commit

Permalink
Version bump 0.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
nemosupremo committed Sep 2, 2016
1 parent 50e35d9 commit 6e0daaf
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 @@ -4,7 +4,7 @@ ENV GIN_MODE release
RUN apk add --update git bash && rm -rf /var/cache/apk/*
RUN go get -d github.com/channelmeter/vault-gatekeeper-mesos && \
cd $GOPATH/src/github.com/channelmeter/vault-gatekeeper-mesos && \
git checkout tags/0.5.0
git checkout tags/0.5.2
RUN cd $GOPATH/src/github.com/channelmeter/vault-gatekeeper-mesos && \
/bin/bash ./build.bash && cp ./vltgatekeeper /bin/vltgatekeeper

Expand Down

0 comments on commit 6e0daaf

Please sign in to comment.