From 18d491b0ef7e5ee9dc25cded46cebb89d5ac24ea Mon Sep 17 00:00:00 2001 From: xyny <60004820+xynydev@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:42:26 +0000 Subject: [PATCH] fix(?); always pull latest cosign --- cosign/Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cosign/Containerfile b/cosign/Containerfile index 6c89482..d29a02a 100644 --- a/cosign/Containerfile +++ b/cosign/Containerfile @@ -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 @@ -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" ] \ No newline at end of file +ENTRYPOINT [ "sh", "-c", "/usr/local/bin/genkeys.sh" ]