github.com/franono/tendermint@v0.32.2-0.20200527150959-749313264ce9/tools/tm-signer-harness/Dockerfile (about)

     1  ARG TENDERMINT_VERSION=latest
     2  FROM franono/tendermint:${TENDERMINT_VERSION}
     3  
     4  COPY tm-signer-harness /usr/bin/tm-signer-harness