update cosing version + drone.yml
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2025-11-08 17:44:22 +01:00
parent a2b7a158f1
commit 41baec52f0
2 changed files with 22 additions and 17 deletions

View File

@@ -26,7 +26,7 @@ RUN apk add --no-cache \
# --- Cosign installieren ---
RUN wget -qO /usr/local/bin/cosign \
https://github.com/sigstore/cosign/releases/download/v2.4.0/cosign-linux-amd64 && \
https://github.com/sigstore/cosign/releases/download/v3.0.2/cosign-linux-amd64 && \
chmod +x /usr/local/bin/cosign
# --- Entrypoint-Skript ---