From 9fc9ef6c1dfc92e3635adc022e8b08819e7848de Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Sun, 6 Oct 2024 09:31:19 -0400 Subject: [PATCH] fix typo in readme for move to GHCR Signed-off-by: Bob Callaway --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d738bec0abc..8483c769d3a 100644 --- a/README.md +++ b/README.md @@ -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