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

Upgrade dockerfile golang to 1.10
pull/967/head
fatedier committed by GitHub
commit 229740524e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save