File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM docker:28.1.1-dind
33ENV DOCKER_HOST=unix:///var/run/docker.sock
44
55# Install cosign for container image signing
6- RUN wget -O /usr/local/bin/cosign https://github.com/sigstore/cosign/releases/latest/ download/cosign-linux-amd64 \
6+ RUN wget -O /usr/local/bin/cosign https://github.com/sigstore/cosign/releases/download/v2.5.3 /cosign-linux-amd64 \
77 && chmod +x /usr/local/bin/cosign
88
99ADD release/linux/amd64/drone-docker /bin/
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM arm64v8/docker:28.1.1-dind
33ENV DOCKER_HOST=unix:///var/run/docker.sock
44
55# Install cosign for container image signing
6- RUN wget -O /usr/local/bin/cosign https://github.com/sigstore/cosign/releases/latest/ download/cosign-linux-arm64 \
6+ RUN wget -O /usr/local/bin/cosign https://github.com/sigstore/cosign/releases/download/v2.5.3 /cosign-linux-arm64 \
77 && chmod +x /usr/local/bin/cosign
88
99ADD release/linux/arm64/drone-docker /bin/
You can’t perform that action at this time.
0 commit comments