inlined strcase dependency

cleanup wrong  dependency in go.mod
This commit is contained in:
Mahmoud Rahbar Azad 2018-10-27 00:10:08 +02:00
parent 0a64b76687
commit 1a9ed2b37a
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 7DBBD39E2BFEB784
9 changed files with 141 additions and 21 deletions

View file

@ -1,4 +1,4 @@
FROM centurylink/ca-certs
FROM golang:1.11-stretch
ENV VERSION=1.0
ADD ./build/hetzner-sb-notifier_linux_amd64_1.0 /
ENTRYPOINT ["/hetzner-sb-notifier_linux_amd64_1.0"]
ADD ./builds/hetzner-sb-notifier_linux_amd64_$VERSION /root/hetzner-sb-notifier
ENTRYPOINT ["/root/hetzner-sb-notifier"]