We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fc739 commit 665e8c7Copy full SHA for 665e8c7
unix/linux/Dockerfile
@@ -21,9 +21,9 @@ RUN git clone --branch v5.12 --depth 1 https://kernel.googlesource.com/pub/scm/l
21
RUN git clone --branch release/2.33/master --depth 1 git://sourceware.org/git/glibc.git
22
23
# Get Go
24
-ENV GOLANG_VERSION 1.16.3
+ENV GOLANG_VERSION 1.17beta1
25
ENV GOLANG_DOWNLOAD_URL https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz
26
-ENV GOLANG_DOWNLOAD_SHA256 951a3c7c6ce4e56ad883f97d9db74d3d6d80d5fec77455c6ada6c1f7ac4776d2
+ENV GOLANG_DOWNLOAD_SHA256 a479681705b65971f9db079bfce53c4393bfa241d952eb09de88fb40677d3c4c
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