From 7a400542aeb85e38d3df99c3ac84fffd39a128e9 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sun, 19 Jan 2020 09:17:42 -0800 Subject: [PATCH] Remove usage of GORPOXY let 'go' decide the defaults (#8855) --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce3d11f44..088e92e45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ LABEL maintainer="MinIO Inc " ENV GOPATH /go ENV CGO_ENABLED 0 ENV GO111MODULE on -ENV GOPROXY https://proxy.golang.org RUN \ apk add --no-cache git && \