This repository was archived by the owner on Oct 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ ARG ref=main
5
5
FROM --platform=linux/amd64 ghcr.io/nicholasdille/docker-setup/base:${ref} AS cosign-bootstrap
6
6
ARG TARGETPLATFORM
7
7
# 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
10
10
RUN <<EOF
11
11
echo "### Installing cosign ${COSIGN_VERSION} for bootstrapping on ${TARGETPLATFORM} (${alt_arch})"
12
12
curl --silent --location --fail --output "/usr/local/bin/cosign" \
23
23
FROM --platform=linux/arm64 ghcr.io/nicholasdille/docker-setup/base:${ref} AS cosign-bootstrap
24
24
ARG TARGETPLATFORM
25
25
# 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
28
28
RUN <<EOF
29
29
echo "### Installing cosign ${COSIGN_VERSION} for bootstrapping on ${TARGETPLATFORM} (${alt_arch})"
30
30
curl --silent --location --fail --output "/usr/local/bin/cosign" \
You can’t perform that action at this time.
0 commit comments