From 9ce559d5d15acbc0033655949ad81095bff48883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sat, 25 Mar 2017 17:45:17 -0700 Subject: [PATCH] Use Go 1.8 for the base image Current image uses Go 1.7.5, there was an issue with haml templates preventing us from using 1.8 but it was fixed, so we should switch to latest Go version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4255aa7db..e133694ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:alpine3.5 +FROM golang:1.8.0-alpine ADD . /go/src/github.com/cloudflare/unsee