Merge pull request #52 from cloudflare/go1.8.1

Use Go 1.8.1 when building docker image
This commit is contained in:
Łukasz Mierzwa
2017-04-15 07:58:52 -07:00
committed by GitHub

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