Skip to content

Commit

Permalink
Fix sha for distroless (slsa-framework#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Lewis authored May 17, 2022
1 parent 8d0cdc6 commit aec5cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/detect-workflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN CGO_ENABLED=0 go build -ldflags="-w -s" -v -o app .

# A distroless container image with some basics like SSL certificates
# https://github.com/GoogleContainerTools/distroless
FROM gcr.io/distroless/static@sha256:0bec8e882c023de03ba9ed6bb07cd6b5e52b19fb1641505ea1b1c8937f3ccc7d
FROM gcr.io/distroless/static@sha256:d6fa9db9548b5772860fecddb11d84f9ebd7e0321c0cb3c02870402680cc315f

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

ENTRYPOINT ["/app"]
ENTRYPOINT ["/app"]

0 comments on commit aec5cd1

Please sign in to comment.