Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 1978680

Browse files
committed
Version bump for bootstrapping
1 parent 1acd41f commit 1978680

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/cosign/Dockerfile.template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ARG ref=main
55
FROM --platform=linux/amd64 ghcr.io/nicholasdille/docker-setup/base:${ref} AS cosign-bootstrap
66
ARG TARGETPLATFORM
77
# renovate: datasource=github-releases depName=sigstore/cosign
8-
ARG COSIGN_VERSION=1.13.1
9-
ARG COSIGN_SHA256=a50651a67b42714d6f1a66eb6773bf214dacae321f04323c0885f6a433051f95
8+
ARG COSIGN_VERSION=2.0.2
9+
ARG COSIGN_SHA256=dc641173cbda29ba48580cdde3f80f7a734f3b558a25e5950a4b19f522678c70
1010
RUN <<EOF
1111
echo "### Installing cosign ${COSIGN_VERSION} for bootstrapping on ${TARGETPLATFORM} (${alt_arch})"
1212
curl --silent --location --fail --output "/usr/local/bin/cosign" \
@@ -23,8 +23,8 @@ EOF
2323
FROM --platform=linux/arm64 ghcr.io/nicholasdille/docker-setup/base:${ref} AS cosign-bootstrap
2424
ARG TARGETPLATFORM
2525
# renovate: datasource=github-releases depName=sigstore/cosign
26-
ARG COSIGN_VERSION=1.13.1
27-
ARG COSIGN_SHA256=a7a79a52c7747e2c21554cad4600e6c7130c0429017dd258f9c558d957fa9090
26+
ARG COSIGN_VERSION=2.0.2
27+
ARG COSIGN_SHA256=517e96f9d036c4b77db01132cacdbef21e4266e9ad3a93e67773c590ba54e26f
2828
RUN <<EOF
2929
echo "### Installing cosign ${COSIGN_VERSION} for bootstrapping on ${TARGETPLATFORM} (${alt_arch})"
3030
curl --silent --location --fail --output "/usr/local/bin/cosign" \

0 commit comments

Comments
 (0)