Skip to content

Commit

Permalink
Update gcr.io/distroless/static Docker digest to f4787e8 (#838)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Lewis <[email protected]>
  • Loading branch information
renovate-bot and Ian Lewis authored Sep 13, 2022
1 parent eb18a85 commit e322080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/detect-workflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN go get -d -v
# Statically compile our app for use in a distroless container
RUN CGO_ENABLED=0 go build -ldflags="-w -s" -v -o app .

FROM gcr.io/distroless/static@sha256:21d3f84a4f37c36199fd07ad5544dcafecc17776e3f3628baf9a57c8c0181b3f
FROM gcr.io/distroless/static@sha256:f4787e810dbc39dd59fcee319cf88e8a01181e1758dbd07c32ed4e14a9ba8904

COPY --from=builder /app/app /app

Expand Down

0 comments on commit e322080

Please sign in to comment.