From b635590972a9c4f085031e468fde63e4b54b3d1e Mon Sep 17 00:00:00 2001 From: Javed Khan Date: Thu, 11 Jan 2024 16:03:06 -0800 Subject: [PATCH] docker: bump celestia-da to v0.12.5 --- Dockerfile | 2 +- entrypoint.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index aeb501f..d3b00ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ghcr.io/celestiaorg/celestia-app:v1.6.0 AS celestia-app -FROM ghcr.io/rollkit/celestia-da:v0.12.1-rc3 +FROM ghcr.io/rollkit/celestia-da:v0.12.6 USER root diff --git a/entrypoint.sh b/entrypoint.sh index 2e30a9a..dff9b11 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -33,8 +33,8 @@ celestia-appd collect-gentxs # If you encounter: `sed: -I or -i may not be used with stdin` on MacOS you can mitigate by installing gnu-sed # https://gist.github.com/andre3k1/e3a1a7133fded5de5a9ee99c87c6fa0d?permalink_comment_id=3082272#gistcomment-3082272 sed -i'.bak' 's#"tcp://127.0.0.1:26657"#"tcp://0.0.0.0:26657"#g' ~/.celestia-app/config/config.toml -sed -i'.bak' 's/^timeout_commit\s*=.*/timeout_commit = "1s"/g' ~/.celestia-app/config/config.toml -sed -i'.bak' 's/^timeout_propose\s*=.*/timeout_propose = "1s"/g' ~/.celestia-app/config/config.toml +sed -i'.bak' 's/^timeout_commit\s*=.*/timeout_commit = "2s"/g' ~/.celestia-app/config/config.toml +sed -i'.bak' 's/^timeout_propose\s*=.*/timeout_propose = "2s"/g' ~/.celestia-app/config/config.toml sed -i'.bak' 's/index_all_keys = false/index_all_keys = true/g' ~/.celestia-app/config/config.toml sed -i'.bak' 's/mode = "full"/mode = "validator"/g' ~/.celestia-app/config/config.toml