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.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
nemosupremo committed Oct 19, 2016
1 parent 19ab327 commit 65687a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ 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.2
git checkout tags/0.5.3
RUN cd $GOPATH/src/github.com/channelmeter/vault-gatekeeper-mesos && \
/bin/bash ./build.bash && cp ./vltgatekeeper /bin/vltgatekeeper

EXPOSE 9201

ENTRYPOINT ["/bin/vltgatekeeper"]
ENTRYPOINT ["/bin/vltgatekeeper"]

0 comments on commit 65687a3

Please sign in to comment.