diff --git a/tekton/v0/tasks/crane-copy.yaml b/tekton/v0/tasks/crane-copy.yaml index 26d489587..56c0a0de5 100644 --- a/tekton/v0/tasks/crane-copy.yaml +++ b/tekton/v0/tasks/crane-copy.yaml @@ -18,7 +18,7 @@ spec: description: URL of the image where the image from source should be copied to steps: - name: copy - image: gcr.io/go-containerregistry/crane:v0.21.3 + image: gcr.io/go-containerregistry/crane:v0.21.5 args: - copy - $(params.src-image-url)