Skip to content

Commit

Permalink
using latest lighthouse docker image in tests (#5741)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevcs authored Jan 10, 2023
1 parent 16bcb63 commit b995b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/eth2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo "ETH2: Lighthouse Node (requires docker) "
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo " "

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 &
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 &

npm run build

Expand Down

0 comments on commit b995b9e

Please sign in to comment.