Skip to content

Commit

Permalink
Use latest juno docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos committed Nov 1, 2024
1 parent b1f5cf4 commit 926822b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/clients/juno/client.star
Original file line number Diff line number Diff line change
@@ -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", "")
Expand Down

0 comments on commit 926822b

Please sign in to comment.