From 926822b2748ae7b89dce3bd001e80956027a8090 Mon Sep 17 00:00:00 2001 From: wojo Date: Fri, 1 Nov 2024 15:00:18 +0100 Subject: [PATCH] Use latest juno docker image tag --- e2e/clients/juno/client.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/clients/juno/client.star b/e2e/clients/juno/client.star index cfb8b8b..39e5a6d 100644 --- a/e2e/clients/juno/client.star +++ b/e2e/clients/juno/client.star @@ -1,7 +1,7 @@ base = import_module("../common/base.star") def run(plan, name, participant): - image = participant.get("image", "nethermindeth/juno:p2p_all") + image = participant.get("image", "nethermind/juno:latest") is_feeder = participant.get("is_feeder", False) network = participant.get("network", "") # Changed default to empty string private_key = participant.get("private_key", "")