Error happened when make BIND_DIR=. shell

Hi Guys:
I want to start a development container. But after run the command “make BIND_DIR=. shell” error happend on the step 18, here is the detail below:

Step 17/53 : ENV GO_VERSION 1.7.5
—> Using cache
—> bee7e608941b
Step 18/53 : RUN curl -fsSL “https://golang.org/dl/go${GO_VERSION}.linux-amd64.tar.gz” | tar -xzC /usr/local
—> Running in dde8b2aba123
curl: (7) Failed to connect to golang.org port 443: Connection refused

How can I fix this?

I have resolved the problem by modify the go vesrion to 1.8.1