Update dockerfile to use golang 1.5 image

This commit is contained in:
Dan Sosedoff 2016-01-05 14:11:45 -06:00
parent 051d7d6eb4
commit 581a2f164b

View File

@ -1,4 +1,4 @@
FROM golang:1.4.2
FROM golang:1.5
COPY . /go/src/github.com/sosedoff/pgweb
WORKDIR /go/src/github.com/sosedoff/pgweb