Skip to content

Commit bc5ac4e

Browse files
committed
besu-v25.12.0
1 parent 5001619 commit bc5ac4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/services/config/besu-params.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66

77
// Constants
88
const (
9-
besuTagTest string = "hyperledger/besu:25.11.0"
10-
besuTagProd string = "hyperledger/besu:25.11.0"
9+
besuTagTest string = "hyperledger/besu:25.12.0"
10+
besuTagProd string = "hyperledger/besu:25.12.0"
1111
besuEventLogInterval int = 1000
1212
besuMaxPeers uint16 = 25
1313
besuStopSignal string = "SIGTERM"

0 commit comments

Comments
 (0)