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

Commit

Permalink
chore: update cosign container to latest alpine versiopn
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Mar 17, 2024
1 parent 23666eb commit 8b65f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosign/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM gcr.io/projectsigstore/cosign:latest as cosign-bin

FROM alpine:3.14
FROM alpine:3.19

COPY --from=cosign-bin /ko-app/cosign /usr/local/bin/cosign

Expand Down

0 comments on commit 8b65f3c

Please sign in to comment.