diff --git a/dockerfile/Dockerfile b/dockerfile/Dockerfile index d10472f..3435c60 100644 --- a/dockerfile/Dockerfile +++ b/dockerfile/Dockerfile @@ -3,7 +3,7 @@ FROM golang:alpine 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 -RUN cd $GOPATH/src/github.com/channelmeter/vault-gatekeeper-mesos && git checkout tags/0.0.3 && /bin/bash ./build.bash && cp ./vltgatekeeper /bin/vltgatekeeper +RUN cd $GOPATH/src/github.com/channelmeter/vault-gatekeeper-mesos && git checkout tags/0.0.4 && /bin/bash ./build.bash && cp ./vltgatekeeper /bin/vltgatekeeper EXPOSE 9201