Skip to content
Snippets Groups Projects
Commit 6bf4bdda authored by GitLab Renovate Bot's avatar GitLab Renovate Bot
Browse files

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

parent 4e298b0a
Branches
Tags
No related merge requests found
......@@ -15,7 +15,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.1
ARG COSIGN_VERSION=2.4.2
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.
Please register or to comment