Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 1963a09

Browse files
Bump alpine from 77726ef to 0a4eaa0
Bumps alpine from `77726ef` to `0a4eaa0`. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c6d89e commit 1963a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV GOOS linux
1515
RUN go build -a -installsuffix cgo -ldflags '-w -extldflags "-static"' -o /go/bin/slack-notify main.go
1616

1717
# alpine:latest as of 2024-03-11
18-
FROM alpine@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
18+
FROM alpine@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5
1919

2020
COPY --from=builder /go/bin/slack-notify /usr/bin/slack-notify
2121

0 commit comments

Comments
 (0)