From 4e44b9265c43324dc8b5578a03c80825b263402a Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Sun, 6 Oct 2024 09:30:12 -0400 Subject: [PATCH] move reference from gcr to ghcr (#3897) Signed-off-by: Bob Callaway --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4ceb7716ad..d738bec0abc 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,10 @@ introduce breaking changes may be accepted, but will be considered lower priorit ## Dockerfile -Here is how to install and use cosign inside a Dockerfile through the gcr.io/projectsigstore/cosign image: +Here is how to install and use cosign inside a Dockerfile through the ghcr.io/sigstore/cosign/cosign image: ```shell -FROM gcr.io/projectsigstore/cosign:v1.13.0 as cosign-bin +FROM gcr.io/sigstore/cosign/cosign:v2.4.1 as cosign-bin # Source: https://github.com/chainguard-images/static FROM cgr.dev/chainguard/static:latest