From 861a2f3837590800c8ad78715dcefd7a2143dbb5 Mon Sep 17 00:00:00 2001 From: Yorick Downe Date: Thu, 12 Mar 2026 08:44:59 +0000 Subject: [PATCH] Move default Besu src repo --- default.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.env b/default.env index d71b3c05..71599b9c 100644 --- a/default.env +++ b/default.env @@ -392,7 +392,7 @@ PG_DOCKER_TAG=17-trixie # Besu # SRC build target can be a tag, a branch, or a pr as "pr-ID" BESU_SRC_BUILD_TARGET='$(git describe --tags $(git rev-list --tags --max-count=1))' -BESU_SRC_REPO=https://github.com/hyperledger/besu +BESU_SRC_REPO=https://github.com/besu-eth/besu BESU_DOCKER_TAG=latest BESU_DOCKER_REPO=hyperledger/besu BESU_DOCKERFILE=Dockerfile.binary