FROM alpine:3.10 RUN apk --no-cache add ca-certificates ADD release/arm/github-releases-notifier /bin/ ENTRYPOINT [ "/bin/github-releases-notifier" ]