From: Ivan Fraixedes Date: Thu, 18 Feb 2016 17:35:46 +0000 (+0100) Subject: Update Dockerfile to use golang:1.6 base image X-Git-Tag: v0.16~270 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0945673f050b9ef1c09b64d38577cff90d4653b4;p=brevno-suite%2Fhugo Update Dockerfile to use golang:1.6 base image Hugo has been confirmed which runs on Golang 1.6, as travis uses 1.6 vesion. Dockerfile must be consistend with it so it has to use golang:1.6 as base image than golang:1.5 --- diff --git a/Dockerfile b/Dockerfile index db643e2b..9481b8fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.5 +FROM golang:1.6 MAINTAINER Sven Dowideit ENV GOPATH /go