File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
88 build :
99 context : .
1010 dockerfile_inline : |
11- FROM ubuntu:22 .04@sha256:01a3ee0b5e413cefaaffc6abe68c9c37879ae3cced56a8e088b1649e5b269eee
11+ FROM ubuntu:24 .04@sha256:b59d21599a2b151e23eea5f6602f4af4d7d31c4e236d22bf0b62b86d2e386b8f
1212 RUN apt-get update && apt install -y curl wget
1313 WORKDIR /root
1414
@@ -17,7 +17,7 @@ services:
1717 RUN tar -xzf ./foundry_nightly_linux_amd64.tar.gz -C /usr/local/bin
1818
1919 # Helios
20- RUN curl -L 'https://github.com/a16z/helios/releases/download/0.7.0 /helios_linux_amd64.tar.gz' | tar -xzC .
20+ RUN curl -L 'https://github.com/a16z/helios/releases/download/0.8.8 /helios_linux_amd64.tar.gz' | tar -xzC .
2121
2222 CMD [ "bash", "/root/run.sh" ]
2323 platform : linux/amd64
@@ -27,7 +27,7 @@ configs:
2727 # First run Helios in the background
2828 # Provide a reasonable checkpoint.
2929 (
30- /root/helios ethereum --network=holesky --checkpoint 0x9260657ed4167f2bbe57317978ff181b6b96c1065ecf9340bba05ba3578128fe \
30+ /root/helios ethereum --network=holesky --checkpoint 0x60409a013161b33c8c68c6183c7753e779ec6c24be2f3c50c6036c30e13b34a6 \
3131 --consensus-rpc http://testing.holesky.beacon-api.nimbus.team --execution-rpc $${ETH_RPC_URL}
3232 ) &
3333
You can’t perform that action at this time.
0 commit comments