github.com/pure-x-eth/consensus_tm@v0.0.0-20230502163723-e3c2ff987250/tools/tm-signer-harness/Dockerfile (about)

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