We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b20145 commit c39bcfbCopy full SHA for c39bcfb
1 file changed
build/build-image/Dockerfile
@@ -22,7 +22,7 @@ RUN apt-get update && \
22
23
# install go
24
WORKDIR /usr/local
25
-ENV GO_VERSION=1.9.2
+ENV GO_VERSION=1.9.3
26
ENV GOPATH /go
27
RUN wget -q https://redirector.gvt1.com/edgedl/go/go${GO_VERSION}.linux-amd64.tar.gz && \
28
tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
0 commit comments