0
0
mirror of https://github.com/thegeeklab/github-releases-notifier.git synced 2024-11-14 18:10:40 +00:00
github-releases-notifier/docker/Dockerfile.amd64

6 lines
153 B
Docker

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