Merge pull request #109 from cloudflare/go-1.8.3

Use Go 1.8.3 for building docker images
This commit is contained in:
Łukasz Mierzwa
2017-06-01 18:17:31 -07:00
committed by GitHub

View File

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