Skip to content

Commit

Permalink
🤖 Updated depdencies 2024-10-04 (#341)
Browse files Browse the repository at this point in the history
Co-authored-by: Commiter Bot <gythialy.koo+github@gmail.com>
  • Loading branch information
github-actions[bot] and gythialy authored Oct 5, 2024
1 parent 79cac42 commit d80a734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ LABEL org.opencontainers.image.source https://github.com/gythialy/golang-cross
COPY entrypoint.sh /

# install cosign
ARG COSIGN_VERSION=v2.4.0
ARG COSIGN_SHA=cd7636b3586a3bdac2d9c8f3b421ed119edcb20499107887fd929211110e8418
ARG COSIGN_VERSION=v2.4.1
ARG COSIGN_SHA=8b24b946dd5809c6bd93de08033bcf6bc0ed7d336b7785787c080f574b89249b
RUN \
COSIGN_DOWNLOAD_FILE=cosign-linux-amd64 && \
wget -O $COSIGN_DOWNLOAD_FILE https://github.com/sigstore/cosign/releases/download/${COSIGN_VERSION}/${COSIGN_DOWNLOAD_FILE} && \
Expand Down

0 comments on commit d80a734

Please sign in to comment.