From 32749bae1cc9d49756cfad7ce8f74135705b2f46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:44:51 +0000 Subject: [PATCH] chore(deps): update dependency sigstore/cosign to v2.4.1 --- jenkins-agents/jenkins-agent-cosign/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-agents/jenkins-agent-cosign/Dockerfile b/jenkins-agents/jenkins-agent-cosign/Dockerfile index ae7579e47..68e8c20dd 100644 --- a/jenkins-agents/jenkins-agent-cosign/Dockerfile +++ b/jenkins-agents/jenkins-agent-cosign/Dockerfile @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/ubi:9.4-1123.1719560047@sha256:081c96d1b1c7cd1855722d01f1ca53360510443737b1eb33284c6c4c330e537c AS builder # renovate: datasource=github-releases depName=sigstore/cosign -ARG COSIGN_VERSION=v2.4.0 +ARG COSIGN_VERSION=v2.4.1 RUN curl -L "https://github.com/sigstore/cosign/releases/download/${COSIGN_VERSION}/cosign-linux-amd64" -o /usr/local/bin/cosign && \ chmod +x /usr/local/bin/cosign && \ cosign version