We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c318f0a + 17200f4 commit 9cf45d7Copy full SHA for 9cf45d7
Dockerfile
@@ -15,7 +15,7 @@ ENV GOOS linux
15
RUN go build -a -installsuffix cgo -ldflags '-w -extldflags "-static"' -o /go/bin/slack-notify main.go
16
17
# alpine:latest as of 2024-03-11
18
-FROM alpine@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5
+FROM alpine@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
19
20
COPY --from=builder /go/bin/slack-notify /usr/bin/slack-notify
21
0 commit comments