Skip to content

Commit 8416068

Browse files
authored
Merge pull request #175 from stader-labs/besu-emergency-release
update to besu hotfix version
2 parents a53b5ce + 2a87a6b commit 8416068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: shared/services/config/besu-params.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import (
2525

2626
// Constants
2727
const (
28-
besuTagTest string = "hyperledger/besu:23.10.3"
29-
besuTagProd string = "hyperledger/besu:23.10.3"
28+
besuTagTest string = "hyperledger/besu:23.10.3-hotfix"
29+
besuTagProd string = "hyperledger/besu:23.10.3-hotfix"
3030
besuEventLogInterval int = 1000
3131
besuMaxPeers uint16 = 25
3232
besuStopSignal string = "SIGTERM"

0 commit comments

Comments
 (0)