From 17238360141420b0e9f51ca0b6f97dfdbacaf7c3 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Mon, 25 Sep 2017 18:57:18 +0300 Subject: [PATCH] update Dockerfile [ci skip] --- DOCKER/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCKER/Dockerfile b/DOCKER/Dockerfile index 55f2e14a..019e1f30 100644 --- a/DOCKER/Dockerfile +++ b/DOCKER/Dockerfile @@ -1,8 +1,8 @@ FROM alpine:3.6 # This is the release of tendermint to pull in. -ENV TM_VERSION 0.10.0 -ENV TM_SHA256SUM a29852b8d51c00db93c87c3d148fa419a047abd38f32b2507a905805131acc19 +ENV TM_VERSION 0.11.0 +ENV TM_SHA256SUM 7e443bac4d42f12e7beaf9cee63b4a565dad8c58895291fdedde8057088b70c5 # 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