From 9b7e3e8992489ac17af4caf44fcfe7bb39b3acb2 Mon Sep 17 00:00:00 2001 From: corver Date: Thu, 3 Oct 2024 10:27:56 +0200 Subject: [PATCH] chore(halovisor): bump omni cosmovisor for better logs --- 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