From b91f14f2396dc723d19e95d6f0e2460a6def6ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sat, 14 Oct 2017 22:43:06 -0700 Subject: [PATCH] Use Go 1.9.1 for docker builds --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 705787e5f..8c4e2188f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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