mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05: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:
parent
a2abad9677
commit
0945673f05
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.5
|
||||
FROM golang:1.6
|
||||
MAINTAINER Sven Dowideit <SvenDowideit@home.org.au>
|
||||
|
||||
ENV GOPATH /go
|
||||
|
|
Loading…
Reference in a new issue