From c6ffb26cb82f2ad334672188434c2f16a301ae36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 24 Aug 2017 22:13:28 -0700 Subject: [PATCH] Use Go 1.9.0 for docker builds --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 29342ca2e..705787e5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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