Use Go 1.9.1 for docker builds

This commit is contained in:
Łukasz Mierzwa
2017-10-14 22:43:06 -07:00
parent 4f73a89ffe
commit b91f14f239

View File

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