From 048d6621903f3d1f3ab73d0b6ead2c0cd13a972f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 16:54:10 +0000 Subject: [PATCH] build(deps): Bump sigp/lighthouse Bumps the docker-dependencies group with 1 update in the /testutil/compose/static/lighthouse directory: sigp/lighthouse. Updates `sigp/lighthouse` from v8.0.1 to v8.1.2 --- updated-dependencies: - dependency-name: sigp/lighthouse dependency-version: v8.1.2 dependency-type: direct:production dependency-group: docker-dependencies ... Signed-off-by: dependabot[bot] --- testutil/compose/static/lighthouse/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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