Skip to content

Commit

Permalink
chore(cosign): upgrade cosign to latest version 1.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
  • Loading branch information
developer-guy authored and marcofranssen committed Jun 24, 2022
1 parent 13f8c39 commit a12d431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/spiffe-vault-cosign/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM gcr.io/projectsigstore/cosign:v1.2.1 as cosign-bin
FROM gcr.io/projectsigstore/cosign:v1.9.1 as cosign-bin

FROM docker:20.10.8 as docker-bin

FROM philipssoftware/spiffe-vault:v0.2.0
LABEL maintainer="marco.franssen@philips.com"
ENV DOCKER_CERT_PATH=/certs/client
COPY --from=docker-bin /usr/local/bin/docker /usr/local/bin/docker
COPY --from=cosign-bin /bin/cosign /usr/local/bin/cosign
COPY --from=cosign-bin /ko-app/cosign /usr/local/bin/cosign

0 comments on commit a12d431

Please sign in to comment.