0
0
mirror of https://github.com/thegeeklab/github-releases-notifier.git synced 2024-09-21 16:42:46 +02:00
github-releases-notifier/docker/Dockerfile.arm64

6 lines
153 B
Docker
Raw Normal View History

2020-01-14 15:08:20 +01:00
FROM alpine:3.10
RUN apk --no-cache add ca-certificates
ADD release/arm64/github-releases-notifier /bin/
ENTRYPOINT [ "/bin/github-releases-notifier" ]