Update fixturenet eth test #506

Merged
telackey merged 54 commits from dboreham/update-fixturenet-eth-test into main 2023-08-17 19:24:07 +00:00
Showing only changes of commit 12e68ff1ec - Show all commits

View File

@ -1,5 +1,5 @@
ARG TAG_SUFFIX="-modern"
FROM sigp/lighthouse:v4.1.0${TAG_SUFFIX}
FROM sigp/lighthouse:v4.3.0${TAG_SUFFIX}
RUN apt-get update; apt-get install bash netcat curl less jq -y;