Use Go 1.9.0 for docker builds

This commit is contained in:
Łukasz Mierzwa
2017-08-24 22:13:28 -07:00
parent badd2f8429
commit c6ffb26cb8

View File

@@ -1,4 +1,4 @@
FROM golang:1.8.3-alpine3.6 as unsee-builder
FROM golang:1.9.0-alpine3.6 as unsee-builder
COPY . /go/src/github.com/cloudflare/unsee
ARG VERSION