feat: update go proxy module url (#532)

This commit is contained in:
市民233 2021-01-21 20:03:38 +08:00 committed by GitHub
parent 0a6df20b7d
commit fbbb59971c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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