grim/convey

56ac94bda3fd
Bump the version for the next round of development
FROM gliderlabs/alpine:edge
RUN set -ex && \
apk add --no-cache curl ca-certificates
COPY run.sh /
CMD ["/run.sh"]