From 9af65034edfe972408d1d05a1ead6f2a51839385 Mon Sep 17 00:00:00 2001 From: corver Date: Thu, 3 Oct 2024 11:29:49 +0200 Subject: [PATCH] chore(halovisor): bump omni cosmovisor for better logs (#2055) Bump omni cosmovisor fork version for improved logging, see [commit](https://github.com/omni-network/cosmovisor/commit/2f1fa004cfecde866849b5ce8d2d14b69410378a) issue: none --- scripts/halovisor/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/halovisor/Dockerfile b/scripts/halovisor/Dockerfile index 504a05c32..651826032 100644 --- a/scripts/halovisor/Dockerfile +++ b/scripts/halovisor/Dockerfile @@ -1,5 +1,5 @@ # Docker build args -ARG OMNI_COSMOVISOR_VERSION=v0.1.0 +ARG OMNI_COSMOVISOR_VERSION=v0.2.0 # TODO(corver): Replace with v0.8.1 when released ARG HALO_VERSION_0_GENESIS=v0.8.0-rc1 ARG HALO_VERSION_1_ULUWATU=main