mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-13 10:41:30 +00:00
docker: move FROM to golang:1.4 because 1.4.2 broke
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user