Skip to content

Commit 9cf45d7

Browse files
authored
Merge pull request #199 from rtCamp/dependabot/docker/alpine-beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
Bump alpine from `0a4eaa0` to `beefdbd`
2 parents c318f0a + 17200f4 commit 9cf45d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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)