修改Dockerfile中的go proxy地址为goproxy.cn

This commit is contained in:
dushixiang
2021-02-12 17:31:23 +08:00
parent f8271f24a9
commit b2ce1e1040
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM golang:alpine as builder
ENV GO111MODULE=on
ENV GOPROXY=https://goproxy.io,direct
ENV GOPROXY=https://goproxy.cn,direct
WORKDIR /app