We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3855469 commit 278d57eCopy full SHA for 278d57e
Dockerfile
@@ -13,7 +13,6 @@ RUN go get -d -v
13
#build the binary
14
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags="-w -s" -o /go/bin/alertmanager-discord
15
16
-
17
# STEP 2 build a small image
18
# start from scratch
19
FROM scratch
go.mod
@@ -1,3 +1,3 @@
1
-module github.com/benjojo/alertmanager-discord
+module github.com/codingpot/alertmanager-discord
2
3
-go 1.15
+go 1.16
0 commit comments