|
@@ -73,9 +73,9 @@ RUN cd /usr/local/lvm2 \
|
|
|
|
|
|
## BUILD GOLANG 1.6
|
|
|
# NOTE: ppc64le has compatibility issues with older versions of go, so make sure the version >= 1.6
|
|
|
-ENV GO_VERSION 1.6
|
|
|
+ENV GO_VERSION 1.6.1
|
|
|
ENV GO_DOWNLOAD_URL https://golang.org/dl/go${GO_VERSION}.src.tar.gz
|
|
|
-ENV GO_DOWNLOAD_SHA256 a96cce8ce43a9bf9b2a4c7d470bc7ee0cb00410da815980681c8353218dcf146
|
|
|
+ENV GO_DOWNLOAD_SHA256 1d4b53cdee51b2298afcf50926a7fa44b286f0bf24ff8323ce690a66daa7193f
|
|
|
ENV GOROOT_BOOTSTRAP /usr/local
|
|
|
|
|
|
RUN curl -fsSL "$GO_DOWNLOAD_URL" -o golang.tar.gz \
|