From 4e04f678ec73cc90d8cb4e3f8c0c73956dec018a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:04:43 +0000 Subject: [PATCH] Bump alpine from `c5b1261` to `77726ef` Bumps alpine from `c5b1261` to `77726ef`. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9d7dc9c..c41a609 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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