Browse Source

fix https://github.com/fatedier/frp/issues/684

#684 Cannot build from Dockerfile
toby1991 7 năm trước cách đây
mục cha
commit
7dd28a14aa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM golang:1.8
+FROM golang:1.10
 
 COPY . /go/src/github.com/fatedier/frp