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
This commit is contained in:
Ivan Fraixedes 2016-02-18 18:35:46 +01:00 committed by Bjørn Erik Pedersen
parent a2abad9677
commit 0945673f05
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.5
FROM golang:1.6
MAINTAINER Sven Dowideit <SvenDowideit@home.org.au>
ENV GOPATH /go