Problem: Tendermint 0.19.0 missing crucial fixes (#2253)

This commit is contained in:
Ahmed Muawia Khan 2018-05-02 14:39:41 +02:00 committed by GitHub
parent 85683af2eb
commit fd48abebae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ services:
retries: 3 retries: 3
entrypoint: '.ci/entrypoint.sh' entrypoint: '.ci/entrypoint.sh'
tendermint: tendermint:
image: tendermint/tendermint:0.19.0 image: tendermint/tendermint:0.19.2
# volumes: # volumes:
# - ./tmdata:/tendermint # - ./tmdata:/tendermint
entrypoint: '' entrypoint: ''

View File

@ -44,7 +44,7 @@ you can do this:
.. code:: .. code::
$ mkdir $(pwd)/tmdata $ mkdir $(pwd)/tmdata
$ docker run --rm -v $(pwd)/tmdata:/tendermint tendermint/tendermint:0.13 init $ docker run --rm -v $(pwd)/tmdata:/tendermint/config tendermint/tendermint:0.19.2 init
$ cat $(pwd)/tmdata/genesis.json $ cat $(pwd)/tmdata/genesis.json
You should see something that looks like: You should see something that looks like:

View File

@ -1,4 +1,4 @@
FROM tendermint/tendermint:0.19.0 FROM tendermint/tendermint:0.19.2
LABEL maintainer "dev@bigchaindb.com" LABEL maintainer "dev@bigchaindb.com"
WORKDIR / WORKDIR /
USER root USER root