Update Dockerfile

This commit is contained in:
韩亮 2017-06-21 16:41:00 +08:00 committed by GitHub
parent 434f3a092d
commit 9a0b4de5c2

View File

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