Use Go 1.8 for the base image

Current image uses Go 1.7.5, there was an issue with haml templates preventing us from using 1.8 but it was fixed, so we should switch to latest Go version
This commit is contained in:
Łukasz Mierzwa
2017-03-25 17:45:17 -07:00
parent 466640284a
commit 9ce559d5d1

View File

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