File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ services:
2424 depends_on :
2525 initialization :
2626 condition : service_completed_successfully
27- image : hyperledger/besu:25.8 .0
27+ image : hyperledger/besu:25.11 .0
2828 container_name : sequencer
2929 healthcheck :
3030 test : [ "CMD-SHELL", "bash -c \"[ -f /tmp/pid ]\"" ]
@@ -105,7 +105,7 @@ services:
105105 depends_on :
106106 sequencer :
107107 condition : service_healthy
108- image : hyperledger/besu:25.8 .0
108+ image : hyperledger/besu:25.11 .0
109109 container_name : follower-besu
110110 healthcheck :
111111 test : [ "CMD-SHELL", "bash -c \"[ -f /tmp/pid ]\"" ]
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ dependencyManagement {
166166 entry ' log4j-slf4j2-impl'
167167 }
168168
169- def besuVersion = " 25.10 .0"
169+ def besuVersion = " 25.11 .0"
170170
171171 imports {
172172 mavenBom " org.hyperledger.besu:bom:$besuVersion "
You can’t perform that action at this time.
0 commit comments