Skip to content

Commit 66b5ad0

Browse files
committed
fix: cosign 3 download url
1 parent 5462606 commit 66b5ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN ARCH=$(uname -m) && \
5252
rm -f /tmp/cosign-linux-*.gz
5353

5454
RUN ARCH=$(uname -m) && if [ "$ARCH" == "x86_64" ]; then ARCH=amd64; fi && \
55-
curl -L https://github.com/sigstore/cosign/releases/download/${COSIGN3_VERSION}/cosign-linux-${ARCH} -o /usr/local/bin/cosign3 && \
55+
curl -L https://github.com/sigstore/cosign/releases/download/v${COSIGN3_VERSION}/cosign-linux-${ARCH} -o /usr/local/bin/cosign3 && \
5656
chmod +x /usr/local/bin/cosign3
5757

5858

0 commit comments

Comments
 (0)