Skip to content

Commit

Permalink
Use newest alt image for stress node (#21180) (#21191)
Browse files Browse the repository at this point in the history
## Description 

Describe the changes or additions included in this PR.

## Test plan 

How did you test the new or updated feature?

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] gRPC:
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:

Co-authored-by: Mark Logan <[email protected]>
  • Loading branch information
johnjmartin and mystenmark authored Feb 12, 2025
1 parent 55ba9e9 commit 526b025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/sui-antithesis/docker-compose-antithesis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ services:
networks:
sui-network:
ipv4_address: 10.0.0.16
image: stress:testing
image: stress:${SUI_NODE_B_TAG}
container_name: stress
environment:
- RUST_LOG=info
Expand Down

0 comments on commit 526b025

Please sign in to comment.