docker: move FROM to golang:1.4 because 1.4.2 broke

This commit is contained in:
Ethan Buchman
2015-07-10 05:36:15 +00:00
parent f2f437a328
commit 69a9dc932a

View File

@@ -1,5 +1,5 @@
# Pull base image.
FROM golang:1.4.2-wheezy
FROM golang:1.4
ENV user tendermint
ENV data_root /data/tendermint