1
0
mirror of https://github.com/fatedier/frp.git synced 2025-06-24 13:18:24 +00:00

Upgrade golang to 1.10

This commit is contained in:
Yen-chi Chen 2018-08-09 10:12:46 +08:00
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