aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorIvan Fraixedes <[email protected]>2016-02-18 18:35:46 +0100
committerBjørn Erik Pedersen <[email protected]>2016-03-10 10:59:52 +0100
commit0945673f050b9ef1c09b64d38577cff90d4653b4 (patch)
tree7f8b31c4f7aad4c8afd8f4aee7648b8cb3278d93 /Dockerfile
parenta2abad9677491bd8eac10ddbd5276384db007d09 (diff)
downloadhugo-0945673f050b9ef1c09b64d38577cff90d4653b4.tar.gz
hugo-0945673f050b9ef1c09b64d38577cff90d4653b4.zip
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
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index db643e2b7..9481b8fb0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.5
+FROM golang:1.6
MAINTAINER Sven Dowideit <[email protected]>
ENV GOPATH /go