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.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
nemosupremo committed May 20, 2016
1 parent 20dc848 commit 8ec88f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile/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.1.0
git checkout tags/0.1.1
RUN cd $GOPATH/src/github.com/channelmeter/vault-gatekeeper-mesos && \
/bin/bash ./build.bash && cp ./vltgatekeeper /bin/vltgatekeeper

Expand Down

0 comments on commit 8ec88f8

Please sign in to comment.