Merge pull request #8 from cloudflare/go1.8

Use Go 1.8 for the base image
This commit is contained in:
Łukasz Mierzwa
2017-03-27 08:53:47 -07:00
committed by GitHub

View File

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