Skip to content

Commit

Permalink
fix typo in readme for move to GHCR (sigstore#3898)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway authored and dmitris committed Oct 17, 2024
1 parent 4e44b92 commit 46b5d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ introduce breaking changes may be accepted, but will be considered lower priorit
Here is how to install and use cosign inside a Dockerfile through the ghcr.io/sigstore/cosign/cosign image:

```shell
FROM gcr.io/sigstore/cosign/cosign:v2.4.1 as cosign-bin
FROM ghcr.io/sigstore/cosign/cosign:v2.4.1 as cosign-bin

# Source: https://github.com/chainguard-images/static
FROM cgr.dev/chainguard/static:latest
Expand Down

0 comments on commit 46b5d15

Please sign in to comment.