grim/convey

Bump the version for release
v0.14.0-alpha3
2018-02-20, Gary Kramlich
166a6d1979fa
Bump the version for release
FROM golang:1.10-stretch
RUN set -ex && \
go get -u -v gopkg.in/alecthomas/gometalinter.v2 && \
gometalinter.v2 --install
COPY run.sh /
ENTRYPOINT ["/run.sh"]