Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
fix(?); always pull latest cosign
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev authored Dec 18, 2023
1 parent fc24c1e commit 18d491b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cosign/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/projectsigstore/cosign:v1.13.0 as cosign-bin
FROM gcr.io/projectsigstore/cosign:latest as cosign-bin

FROM alpine:3.14

Expand All @@ -22,4 +22,4 @@ echo "Do NOT mix these up!" \

RUN chmod +x /usr/local/bin/genkeys.sh

ENTRYPOINT [ "sh", "-c", "/usr/local/bin/genkeys.sh" ]
ENTRYPOINT [ "sh", "-c", "/usr/local/bin/genkeys.sh" ]

0 comments on commit 18d491b

Please sign in to comment.