mirror of https://github.com/fatedier/frp
Upgrade golang to 1.10
parent
66a69f873f
commit
cbeeac06a5
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.8 as frpBuild
|
FROM golang:1.10 as frpBuild
|
||||||
|
|
||||||
COPY . /go/src/github.com/fatedier/frp
|
COPY . /go/src/github.com/fatedier/frp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue