Merge branch 'dboreham/update-lighthouse' into ci-test
Fixturenet-Eth-Plugeth-Test / Run an Ethereum plugeth fixturenet test (push) Successful in 3s Details
Deploy Test / Run deploy test suite (push) Successful in 2m47s Details
Smoke Test / Run basic test suite (push) Successful in 3m2s Details
Fixturenet-Eth-Test / Run an Ethereum fixturenet test (push) Successful in 24m12s Details

pull/506/head^2
David Boreham 2023-07-27 20:14:54 -06:00
commit 3b3c688ee9
1 changed files with 1 additions and 1 deletions

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;