mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
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:
committed by
Bjørn Erik Pedersen
parent
a2abad9677
commit
0945673f05
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.5
|
FROM golang:1.6
|
||||||
MAINTAINER Sven Dowideit <SvenDowideit@home.org.au>
|
MAINTAINER Sven Dowideit <SvenDowideit@home.org.au>
|
||||||
|
|
||||||
ENV GOPATH /go
|
ENV GOPATH /go
|
||||||
|
Reference in New Issue
Block a user