Skip to content
Snippets Groups Projects
Commit 8c790945 authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'renovate/sigstore-cosign-2.x' into 'main'

chore(deps): update dependency sigstore/cosign to v2.4.1

See merge request components/opentofu!137
parents ffb70255 86ba9890
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
# NOTE: cosign is not yet available in the debian apt sources
ARG COSIGN_VERSION=2.4.0
ARG COSIGN_VERSION=2.4.1
WORKDIR /tmp
RUN wget https://github.com/sigstore/cosign/releases/download/v${COSIGN_VERSION}/cosign_${COSIGN_VERSION}_${TARGETARCH}.deb && \
dpkg -i *.deb && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment