Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backup/job-sign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
containers:
- name: cosign
# Built from ci on 2022-03-15
image: gcr.io/projectsigstore/cosign:v1.13.1
image: gcr.io/projectsigstore/cosign:v2.5.3
args: [
"sign",
"--fulcio-url",
Expand Down
2 changes: 1 addition & 1 deletion backup/verify-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
containers:
- name: cosign
# Built from ci on 2022-03-15
image: gcr.io/projectsigstore/cosign:v1.13.1
image: gcr.io/projectsigstore/cosign:v2.5.3
args: [
"verify",
"--allow-insecure-registry",
Expand Down
2 changes: 1 addition & 1 deletion images/toolbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/projectsigstore/cosign:v1.13.1 AS cosign
FROM gcr.io/projectsigstore/cosign:v2.5.3 AS cosign

FROM gcr.io/go-containerregistry/crane:v0.12.0 AS crane

Expand Down
Loading