Skip to content

Commit 49a9d1b

Browse files
authored
chore(deps): update gcr.io/distroless/static docker digest to 7292458 (#972)
1 parent 165803a commit 49a9d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/detect-workflow/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN go get -d -v
2222
# Statically compile our app for use in a distroless container
2323
RUN CGO_ENABLED=0 go build -ldflags="-w -s" -v -o app .
2424

25-
FROM gcr.io/distroless/static@sha256:f4787e810dbc39dd59fcee319cf88e8a01181e1758dbd07c32ed4e14a9ba8904
25+
FROM gcr.io/distroless/static@sha256:72924583773eeeb9a6200e9f6dbfd95a27fbf25d39bfe7062c46d2654628f007
2626

2727
COPY --from=builder /app/app /app
2828

0 commit comments

Comments
 (0)