Liu Song’s Projects


~/Projects/shadowsocks-go

git clone https://code.lsong.org/shadowsocks-go

Commit

Commit
2b125d0cb814c36b9ec5a9d2d3932306a5f29d8e
Author
mritd <[email protected]>
Date
2020-09-01 18:14:43 +0800 +0800
Diffstat
 Dockerfile | 1 +

chore(docker): update build image to go 1.15

update build image to go 1.15

Signed-off-by: mritd <[email protected]>


diff --git a/Dockerfile b/Dockerfile
index 2439a077bd79068222febbd7919e93c4604ce1b5..539c3aa75e14148d4b0037ab8ae9b6893fb1063c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,5 @@
 FROM golang:1.14.4-alpine3.12 AS builder
+ENV GOPROXY https://goproxy.cn
 
 ENV GO111MODULE on
 ENV GOPROXY https://goproxy.cn