Remove usage of GORPOXY let 'go' decide the defaults (#8855)

master
Harshavardhana 4 years ago committed by kannappanr
parent 88286cf8d0
commit 7a400542ae
  1. 1
      Dockerfile

@ -5,7 +5,6 @@ LABEL maintainer="MinIO Inc <dev@min.io>"
ENV GOPATH /go
ENV CGO_ENABLED 0
ENV GO111MODULE on
ENV GOPROXY https://proxy.golang.org
RUN \
apk add --no-cache git && \

Loading…
Cancel
Save