Skip to content

Commit

Permalink
Update spiffe-vault-cosign image to use latest spiffe-vault release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Oct 8, 2021
1 parent 99138cd commit c58bede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/spiffe-vault-cosign/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM gcr.io/projectsigstore/cosign:v1.2.1 as cosign-bin

FROM docker:20.10.8 as docker-bin

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

0 comments on commit c58bede

Please sign in to comment.