From 71c425714779e04f028d948589195971fbf944f4 Mon Sep 17 00:00:00 2001 From: Jake Hartnell Date: Fri, 18 Aug 2023 17:55:55 -0700 Subject: [PATCH] Try Integration tests with a modern juno version --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 2fa8cbcfb..fbce6851d 100644 --- a/justfile +++ b/justfile @@ -39,7 +39,7 @@ deploy-local: download-deps -p 26657:26657 \ -p 9090:9090 \ --mount type=volume,source=junod_data,target=/root \ - ghcr.io/cosmoscontracts/juno:v11.0.0 /opt/setup_and_run.sh {{test_addrs}} + ghcr.io/cosmoscontracts/juno:v16.0.0 /opt/setup_and_run.sh {{test_addrs}} download-deps: mkdir -p artifacts target