We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cac42 commit d80a734Copy full SHA for d80a734
‎Dockerfile
@@ -8,8 +8,8 @@ LABEL org.opencontainers.image.source https://github.com/gythialy/golang-cross
8
COPY entrypoint.sh /
9
10
# install cosign
11
-ARG COSIGN_VERSION=v2.4.0
12
-ARG COSIGN_SHA=cd7636b3586a3bdac2d9c8f3b421ed119edcb20499107887fd929211110e8418
+ARG COSIGN_VERSION=v2.4.1
+ARG COSIGN_SHA=8b24b946dd5809c6bd93de08033bcf6bc0ed7d336b7785787c080f574b89249b
13
RUN \
14
COSIGN_DOWNLOAD_FILE=cosign-linux-amd64 && \
15
wget -O $COSIGN_DOWNLOAD_FILE https://github.com/sigstore/cosign/releases/download/${COSIGN_VERSION}/${COSIGN_DOWNLOAD_FILE} && \
0 commit comments