shithub: hugo

Download patch

ref: 0945673f050b9ef1c09b64d38577cff90d4653b4
parent: a2abad9677491bd8eac10ddbd5276384db007d09
author: Ivan Fraixedes <[email protected]>
date: Thu Feb 18 13:35:46 EST 2016

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

--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.5
+FROM golang:1.6
 MAINTAINER Sven Dowideit <[email protected]>
 
 ENV GOPATH /go