From df9de97c408550fbf14fe8e2bf33df7390ea43e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 16:54:08 +0000 Subject: [PATCH] build(deps): Bump the docker-dependencies group across 2 directories with 2 updates Bumps the docker-dependencies group with 1 update in the /testutil/compose/static/lighthouse directory: sigp/lighthouse. Bumps the docker-dependencies group with 1 update in the /testutil/compose/static/lodestar directory: chainsafe/lodestar. Updates `sigp/lighthouse` from v8.0.1 to v8.1.2 Updates `chainsafe/lodestar` from v1.40.0 to v1.41.0 --- updated-dependencies: - dependency-name: sigp/lighthouse dependency-version: v8.1.2 dependency-type: direct:production dependency-group: docker-dependencies - dependency-name: chainsafe/lodestar dependency-version: v1.41.0 dependency-type: direct:production dependency-group: docker-dependencies ... Signed-off-by: dependabot[bot] --- testutil/compose/static/lighthouse/Dockerfile | 2 +- testutil/compose/static/lodestar/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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