Browse Source

Update Dockerfile

韩亮 8 years ago
parent
commit
9a0b4de5c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM golang:1.8.1-alpine
+FROM golang:1.9
 
 
 RUN apk add --update bash git make gcc