From 65687a3746cad53f0039ac039fff15c579c3f8bb Mon Sep 17 00:00:00 2001 From: Nimi Wariboko Jr Date: Wed, 19 Oct 2016 16:21:16 -0700 Subject: [PATCH] Version bump 0.5.3. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6b26df4..77f443c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["/bin/vltgatekeeper"]