Use Go 1.8.1 when building docker image

This commit is contained in:
Łukasz Mierzwa
2017-04-15 00:01:28 -07:00
parent 8bc141929b
commit 4e32acf3f6

View File

@@ -1,4 +1,4 @@
FROM golang:1.8.0-alpine
FROM golang:1.8.1-alpine
ADD . /go/src/github.com/cloudflare/unsee