Skip to content

Commit 17200f4

Browse files
Bump alpine from 0a4eaa0 to beefdbd
Bumps alpine from `0a4eaa0` to `beefdbd`. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c318f0a commit 17200f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5
18+
FROM alpine@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
1919

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

0 commit comments

Comments
 (0)