Skip to content

Commit

Permalink
chore(docker): add goproxy
Browse files Browse the repository at this point in the history
add goproxy

Signed-off-by: mritd <[email protected]>
  • Loading branch information
mritd committed Jul 12, 2020
1 parent 6bd5a4a commit 6e80ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.14.4-alpine3.12 AS builder

ENV GO111MODULE on
#ENV GOPROXY https://goproxy.io
ENV GOPROXY https://goproxy.cn

RUN apk upgrade \
&& apk add git \
Expand Down

0 comments on commit 6e80ea8

Please sign in to comment.