Merge pull request #891 from mark86092/bump-docker-to-1-10

Upgrade dockerfile golang to 1.10
This commit is contained in:
fatedier 2018-08-12 22:04:49 +08:00 committed by GitHub
commit 229740524e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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