This repository has been archived on 2021-09-02. You can view files and clone it, but cannot push or open issues or pull requests.
my-bloody-hetzner-sb-notifier/Dockerfile
Mahmoud Rahbar Azad 1a9ed2b37a
inlined strcase dependency
cleanup wrong  dependency in go.mod
2018-10-27 00:10:08 +02:00

4 lines
No EOL
164 B
Docker

FROM golang:1.11-stretch
ENV VERSION=1.0
ADD ./builds/hetzner-sb-notifier_linux_amd64_$VERSION /root/hetzner-sb-notifier
ENTRYPOINT ["/root/hetzner-sb-notifier"]