1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Update goproxy to default proxy.golang.org

This commit is contained in:
Rui Chen
2019-11-10 14:57:39 -05:00
parent f873baea7f
commit c97e4e1078
6 changed files with 13 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ RUN apk add --no-cache make ncurses
COPY . $GOPATH/src/github.com/wtfutil/wtf
ENV GOPROXY=https://gocenter.io
ENV GOPROXY=https://proxy.golang.org,direct
ENV GO111MODULE=on
ENV GOSUMDB=off
@@ -14,4 +14,4 @@ ENV PATH=$PATH:./bin
RUN make build
ENTRYPOINT "wtfutil"
ENTRYPOINT "wtfutil"