feat: update go proxy module url (#532)
This commit is contained in:
parent
0a6df20b7d
commit
fbbb59971c
|
@ -1,6 +1,6 @@
|
|||
FROM golang as builder
|
||||
WORKDIR /home/n9e/builder
|
||||
ENV GOPROXY=https://mirrors.aliyun.com/goproxy/,direct
|
||||
ENV GOPROXY=https://goproxy.cn,direct
|
||||
RUN git clone https://hub.fastgit.org/didi/nightingale.git
|
||||
RUN nightingale/control build
|
||||
|
||||
|
|
Loading…
Reference in New Issue