Merge pull request #187 from cloudflare/go1.9.1

Use Go 1.9.1 for docker builds
This commit is contained in:
Łukasz Mierzwa
2017-10-16 18:38:26 +01:00
committed by GitHub

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