From aa1ea550dd8971ce90a1052e84500b0c9bec47d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:37:26 +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.3 Updates `chainsafe/lodestar` from v1.40.0 to v1.41.0 --- updated-dependencies: - dependency-name: sigp/lighthouse dependency-version: v8.1.3 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 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..42dd6d58ab 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.1 RUN apt-get update && apt-get install -y curl jq wget