Skip to content

Commit

Permalink
fix: Use v2.4.1 to fix test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Dec 21, 2024
1 parent 8b2edb0 commit 75cd127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ installer:
SAVE ARTIFACT /out/bluebuild

cosign:
FROM ghcr.io/sigstore/cosign/cosign
FROM ghcr.io/sigstore/cosign/cosign:v2.4.1
SAVE ARTIFACT /ko-app/cosign

digest:
Expand Down
2 changes: 1 addition & 1 deletion template/templates/stages.j2
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY ./modules /modules
# stage process so that adding the bins into the image
# can be added to the ostree commits.
FROM scratch AS stage-bins
COPY --from=ghcr.io/sigstore/cosign/cosign /ko-app/cosign /bins/cosign
COPY --from=ghcr.io/sigstore/cosign/cosign:v2.4.1 /ko-app/cosign /bins/cosign
COPY --from=ghcr.io/blue-build/cli:
{%- if let Some(tag) = recipe.blue_build_tag -%}
{{ tag }}
Expand Down

0 comments on commit 75cd127

Please sign in to comment.