Anton Kaliaev
7 years ago
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with
2 additions and
2 deletions
-
DOCKER/Dockerfile
|
|
@ -1,8 +1,8 @@ |
|
|
|
FROM alpine:3.6 |
|
|
|
|
|
|
|
# This is the release of tendermint to pull in. |
|
|
|
ENV TM_VERSION 0.11.0 |
|
|
|
ENV TM_SHA256SUM 7e443bac4d42f12e7beaf9cee63b4a565dad8c58895291fdedde8057088b70c5 |
|
|
|
ENV TM_VERSION 0.12.0 |
|
|
|
ENV TM_SHA256SUM be17469e92f04fc2a3663f891da28edbaa6c37c4d2f746736571887f4790555a |
|
|
|
|
|
|
|
# Tendermint will be looking for genesis file in /tendermint (unless you change |
|
|
|
# `genesis_file` in config.toml). You can put your config.toml and private |
|
|
|