mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00

* upgrade to Tendermint v0.34.24 * upgraded all the old tendermint versions to the new version Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
8 lines
185 B
Docker
8 lines
185 B
Docker
ARG tm_version=v0.34.24
|
|
FROM tendermint/tendermint:${tm_version}
|
|
LABEL maintainer "contact@ipdb.global"
|
|
WORKDIR /
|
|
USER root
|
|
RUN apk --update add bash
|
|
ENTRYPOINT ["/usr/bin/tendermint"]
|