Skip to content

Commit 630820d

Browse files
🤖 Updated depdencies 2024-08-07 (#322)
Co-authored-by: Commiter Bot <gythialy.koo+github@gmail.com>
1 parent cb464cb commit 630820d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ LABEL org.opencontainers.image.source https://github.com/gythialy/golang-cross
88
COPY entrypoint.sh /
99

1010
# install cosign
11-
ARG COSIGN_VERSION=v2.3.0
12-
ARG COSIGN_SHA=5985b6ebbda2dd5aec4bd8c49e084393147d19170e7f7f4c30e664939e6972bf
11+
ARG COSIGN_VERSION=v2.4.0
12+
ARG COSIGN_SHA=cd7636b3586a3bdac2d9c8f3b421ed119edcb20499107887fd929211110e8418
1313
RUN \
1414
COSIGN_DOWNLOAD_FILE=cosign-linux-amd64 && \
1515
wget -O $COSIGN_DOWNLOAD_FILE https://github.com/sigstore/cosign/releases/download/${COSIGN_VERSION}/${COSIGN_DOWNLOAD_FILE} && \
@@ -29,8 +29,8 @@ RUN \
2929
tar -xzf $SYFT_DOWNLOAD_FILE -C /usr/bin/ syft && \
3030
rm $SYFT_DOWNLOAD_FILE
3131

32-
ARG GO_VERSION=go1.22.5
33-
ARG GOLANG_DIST_SHA=904b924d435eaea086515bc63235b192ea441bd8c9b198c507e85009e6e4c7f0
32+
ARG GO_VERSION=go1.22.6
33+
ARG GOLANG_DIST_SHA=999805bed7d9039ec3da1a53bfbcafc13e367da52aa823cb60b68ba22d44c616
3434
# update golang
3535
RUN \
3636
GOLANG_DIST=https://storage.googleapis.com/golang/${GO_VERSION}.linux-amd64.tar.gz && \

0 commit comments

Comments
 (0)