grim/convey

Bump the version numbers for release
v0.10.2
2017-10-03, Gary Kramlich
b30916d30b7b
Bump the version numbers for release
FROM golang:1.9-alpine
COPY run.sh /
RUN set -ex && \
apk add --no-cache git mercurial
ENTRYPOINT ["/run.sh"]