Skip to content

Commit

Permalink
chore(deps): update gcr.io/distroless/static docker digest to 5759d19 (
Browse files Browse the repository at this point in the history
…#1201)

Co-authored-by: Ian Lewis <ianlewis@google.com>
  • Loading branch information
renovate-bot and ianlewis committed Nov 7, 2022
1 parent c6e166a commit 02a4df8
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:cb0f70353c21d1e472a9ed2055c8a62fd842de52dd2db9dfb31c6e019648bf51
FROM gcr.io/distroless/static@sha256:5759d194607e472ff80fff5833442d3991dd89b219c96552837a2c8f74058617

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

Expand Down

0 comments on commit 02a4df8

Please sign in to comment.