Skip to content

Commit fd7dfe7

Browse files
committed
tests: Use foundry v1.4.0 in docker-compose
That makes it use the same as what CI uses
1 parent 30229f8 commit fd7dfe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
anvil:
2323
# Pinned to specific version since newer versions do not produce
2424
# deterministic block hashes. Unpin once that's fixed upstream
25-
image: ghcr.io/foundry-rs/foundry:v1.2.3
25+
image: ghcr.io/foundry-rs/foundry:v1.4.0
2626
ports:
2727
- '3021:8545'
2828
command: "'anvil --host 0.0.0.0 --gas-limit 100000000000 --base-fee 1 --block-time 2 --timestamp 1743944919 --mnemonic \"test test test test test test test test test test test junk\"'"

0 commit comments

Comments
 (0)