Skip to content

Commit

Permalink
Merge pull request #184 from rtCamp/dependabot/docker/alpine-77726ef6…
Browse files Browse the repository at this point in the history
…b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd

Bump alpine from `c5b1261` to `77726ef`
  • Loading branch information
mrrobot47 authored Jun 13, 2024
2 parents d6bddf9 + 4e04f67 commit d04bb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV GOOS linux
RUN go build -a -installsuffix cgo -ldflags '-w -extldflags "-static"' -o /go/bin/slack-notify main.go

# alpine:latest as of 2024-03-11
FROM alpine@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
FROM alpine@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd

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

Expand Down

0 comments on commit d04bb10

Please sign in to comment.