Update dockerfile base to golang:1.4.2

This commit is contained in:
Dan Sosedoff 2015-03-16 23:51:24 -05:00
parent 14cc8d5c24
commit d4d97edeef

View File

@ -1,4 +1,4 @@
FROM golang:1.4.1
FROM golang:1.4.2
COPY . /go/src/pgweb
WORKDIR /go/src/pgweb