diff --git a/testutil/compose/static/lighthouse/Dockerfile b/testutil/compose/static/lighthouse/Dockerfile index aeb8860532..9df82eb6c7 100644 --- a/testutil/compose/static/lighthouse/Dockerfile +++ b/testutil/compose/static/lighthouse/Dockerfile @@ -1,4 +1,4 @@ -FROM sigp/lighthouse:v8.0.1 +FROM sigp/lighthouse:v8.1.3 ENV YQ_VERSION=v4.42.1 diff --git a/testutil/compose/static/lodestar/Dockerfile b/testutil/compose/static/lodestar/Dockerfile index 45868778ae..c1d87b0414 100644 --- a/testutil/compose/static/lodestar/Dockerfile +++ b/testutil/compose/static/lodestar/Dockerfile @@ -1,4 +1,4 @@ -FROM chainsafe/lodestar:v1.40.0 +FROM chainsafe/lodestar:v1.41.0 RUN apt-get update && apt-get install -y curl jq wget