diff --git a/testutil/compose/static/lighthouse/Dockerfile b/testutil/compose/static/lighthouse/Dockerfile index aeb886053..fd109d665 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.2 ENV YQ_VERSION=v4.42.1 diff --git a/testutil/compose/static/lodestar/Dockerfile b/testutil/compose/static/lodestar/Dockerfile index 45868778a..c1d87b041 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