This commit is contained in:
Robert Kaussow 2020-01-14 15:41:29 +01:00
parent 96ee316168
commit 2e8289a9c9
1 changed files with 1 additions and 1 deletions

View File

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