Skip to content

Commit

Permalink
Bump version of cosign and docker for spiffe-vault-cosign example
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <marco.franssen@philips.com>
  • Loading branch information
marcofranssen committed Nov 15, 2022
1 parent 3c3dac2 commit 77f90f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/spiffe-vault-cosign/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM gcr.io/projectsigstore/cosign:v1.9.1 as cosign-bin
FROM gcr.io/projectsigstore/cosign:v1.13.1 as cosign-bin

FROM docker:20.10.8 as docker-bin
FROM docker:20.10.21-alpine3.16 as docker-bin

FROM philipssoftware/spiffe-vault:v0.2.0
FROM philipssoftware/spiffe-vault:v0.4.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
Expand Down

0 comments on commit 77f90f7

Please sign in to comment.