Skip to content

Commit

Permalink
Merge pull request #213 from cpanato/update-cosign
Browse files Browse the repository at this point in the history
Update cosign and syft
  • Loading branch information
gythialy committed Jun 28, 2023
2 parents af83ca8 + 9c00f32 commit b526171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ LABEL org.opencontainers.image.source https://github.com/gythialy/golang-cross
COPY entrypoint.sh /

# install cosign
COPY --from=gcr.io/projectsigstore/cosign:v2.0.2@sha256:a95d7c4ab27e48aaf89253e0703014709129f010578be809b6c95ccee908fa1b /ko-app/cosign /usr/local/bin/cosign
COPY --from=ghcr.io/sigstore/cosign/cosign:v2.1.1@sha256:411ace177097a33cb2ee74028a87ffdcb70965003cd1378c1ec7bf9f9dec9359 /ko-app/cosign /usr/local/bin/cosign
# install syft
COPY --from=docker.io/anchore/syft:v0.83.0@sha256:69fcf21cdd4c577d6949dca4d28549d19724b244dfb539509544be166b53ead3 /syft /usr/local/bin/syft
COPY --from=docker.io/anchore/syft:v0.84.0@sha256:bd5ef3acf08b5be457905430f8fcda530d907bb173bf086e4749acb41077acb1 /syft /usr/local/bin/syft

ARG GO_VERSION=go1.20.5
ARG GOLANG_DIST_SHA=d7ec48cde0d3d2be2c69203bc3e0a44de8660b9c09a6e85c4732a3f7dc442612
Expand Down

0 comments on commit b526171

Please sign in to comment.