作者 tangxvhui

调整依赖

正在显示 1 个修改的文件 包含 1 行增加1 行删除
@@ -11,7 +11,7 @@ COPY ./key key @@ -11,7 +11,7 @@ COPY ./key key
11 COPY ./templates templates 11 COPY ./templates templates
12 RUN ["ln","-sf","/usr/share/zoneinfo/Asia/Shanghai","/etc/localtime"] 12 RUN ["ln","-sf","/usr/share/zoneinfo/Asia/Shanghai","/etc/localtime"]
13 ENV GO111MODULE on 13 ENV GO111MODULE on
14 -ENV GOPROXY https://goproxy.io 14 +ENV GOPROXY https://goproxy.cn
15 RUN ["go","mod","tidy"] 15 RUN ["go","mod","tidy"]
16 RUN ["ls"] 16 RUN ["ls"]
17 RUN ["go","build","-o","performance"] 17 RUN ["go","build","-o","performance"]