mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
feat(dependencies): upgrade cosign (#4254)
<!-- Hi, thanks for contributing! Please make sure you read our CONTRIBUTING guide. Also, add tests and the respective documentation changes as well. --> <!-- If applied, this commit will... --> Bump cosign to version 2.1.1 ... <!-- Why is this change being made? --> To use latest and greates features of cosign <!-- # Provide links to any relevant tickets, URLs or other resources --> ...
This commit is contained in:
parent
da380cc9a7
commit
0f70e2a297
@ -13,7 +13,7 @@ RUN apk add --no-cache bash \
|
||||
tini
|
||||
|
||||
# install cosign
|
||||
COPY --from=gcr.io/projectsigstore/cosign:v1.12.1@sha256:ac8e08a2141e093f4fd7d1d0b05448804eb3771b66574b13ad73e31b460af64d /ko-app/cosign /usr/bin/cosign
|
||||
COPY --from=gcr.io/projectsigstore/cosign:v2.1.1@sha256:411ace177097a33cb2ee74028a87ffdcb70965003cd1378c1ec7bf9f9dec9359 /ko-app/cosign /usr/bin/cosign
|
||||
|
||||
# install syft
|
||||
RUN curl -sSfL https://raw.githubusercontent.com/anchore/syft/v0.84.1/install.sh | sh -s -- -b /usr/local/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user