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 d62d31c commit 0c740ccCopy full SHA for 0c740cc
unix/linux/Dockerfile
@@ -21,9 +21,9 @@ RUN git clone --branch v6.14 --depth 1 https://kernel.googlesource.com/pub/scm/l
21
RUN git clone --branch release/2.41/master --depth 1 https://sourceware.org/git/glibc.git
22
23
# Get Go
24
-ENV GOLANG_VERSION=1.23.0
+ENV GOLANG_VERSION=1.24.3
25
ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz
26
-ENV GOLANG_DOWNLOAD_SHA256=905a297f19ead44780548933e0ff1a1b86e8327bb459e92f9c0012569f76f5e3
+ENV GOLANG_DOWNLOAD_SHA256=3333f6ea53afa971e9078895eaa4ac7204a8c6b5c68c10e6bc9a33e8e391bdd8
27
28
RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz \
29
&& echo "$GOLANG_DOWNLOAD_SHA256 golang.tar.gz" | sha256sum -c - \
0 commit comments