Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit b995b9e

Browse files
authored
using latest lighthouse docker image in tests (#5741)
1 parent 16bcb63 commit b995b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/eth2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ echo "ETH2: Lighthouse Node (requires docker) "
2121
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
2222
echo " "
2323

24-
nohup docker run -p 9000:9000 -p 127.0.0.1:5052:5052 -v ${HOME}/.lighthouse:/root/.lighthouse1 sigp/lighthouse:v2.1.5 lighthouse --network mainnet beacon --http --http-address 0.0.0.0 > /dev/null 2>&1 &
24+
nohup docker run -p 9000:9000 -p 127.0.0.1:5052:5052 -v ${HOME}/.lighthouse:/root/.lighthouse1 sigp/lighthouse:latest lighthouse --network mainnet beacon --http --http-address 0.0.0.0 > /dev/null 2>&1 &
2525

2626
npm run build
2727

0 commit comments

Comments
 (0)