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
1 changed files with 1 additions and 1 deletions

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