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 8f00da3 commit 5f029deCopy full SHA for 5f029de
‎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.22.6
33
-ARG GOLANG_DIST_SHA=999805bed7d9039ec3da1a53bfbcafc13e367da52aa823cb60b68ba22d44c616
+ARG GO_VERSION=go1.23.0
+ARG GOLANG_DIST_SHA=905a297f19ead44780548933e0ff1a1b86e8327bb459e92f9c0012569f76f5e3
34
# update golang
35
RUN \
36
GOLANG_DIST=https://storage.googleapis.com/golang/${GO_VERSION}.linux-amd64.tar.gz && \
0 commit comments