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

@ -9,6 +9,6 @@ RUN chmod +x build.sh
RUN /hetzner-sb-notifier/build.sh linux
RUN ls -lth /hetzner-sb-notifier/builds
FROM centurylink/ca-certs
FROM golang:alpine
COPY --from=builder /hetzner-sb-notifier/builds /root
ENTRYPOINT ["/root/hetzner-sb-notifier_linux_amd64_1.0"]