inlined strcase dependency
cleanup wrong dependency in go.mod
This commit is contained in:
parent
0a64b76687
commit
1a9ed2b37a
9 changed files with 141 additions and 21 deletions
|
@ -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"]
|
Reference in a new issue