grim/convey

c75b9de2a113
Bump versions for the next round of development
FROM golang:alpine
COPY run.sh /
RUN set -ex && \
apk add --no-cache git mercurial
ENTRYPOINT ["/run.sh"]