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.
2 parents ebfef79 + 333d6cb commit 0616db6Copy full SHA for 0616db6
Dockerfile
@@ -29,8 +29,8 @@ RUN \
29
tar -xzf $SYFT_DOWNLOAD_FILE -C /usr/bin/ syft && \
30
rm $SYFT_DOWNLOAD_FILE
31
32
-ARG GO_VERSION=go1.24.4
33
-ARG GOLANG_DIST_SHA=77e5da33bb72aeaef1ba4418b6fe511bc4d041873cbf82e5aa6318740df98717
+ARG GO_VERSION=go1.24.5
+ARG GOLANG_DIST_SHA=10ad9e86233e74c0f6590fe5426895de6bf388964210eac34a6d83f38918ecdc
34
# update golang
35
RUN \
36
GOLANG_DIST=https://storage.googleapis.com/golang/${GO_VERSION}.linux-amd64.tar.gz && \
0 commit comments