File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ services:
2828 # | | | | __/ |_| | | | __/ | | | | | | | | | | | (_| |
2929 # |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_|
3030 nethermind :
31- image : nethermind/nethermind:${NETHERMIND_VERSION:-1.36.1 }
31+ image : nethermind/nethermind:${NETHERMIND_VERSION:-1.36.2 }
3232 restart : unless-stopped
3333 ports :
3434 - ${NETHERMIND_PORT_P2P:-30303}:30303/tcp # P2P TCP
@@ -179,7 +179,7 @@ services:
179179 - .charon/cluster/node0/validator_keys:/opt/charon/keys
180180
181181 vc1-teku :
182- image : consensys/teku:${TEKU_VERSION:-26.3 .0}
182+ image : consensys/teku:${TEKU_VERSION:-26.4 .0}
183183 networks : [cluster]
184184 depends_on : [node1]
185185 restart : unless-stopped
@@ -216,7 +216,7 @@ services:
216216 - .charon/cluster/node3/validator_keys:/opt/charon/keys
217217
218218 vc4-teku :
219- image : consensys/teku:${TEKU_VERSION:-26.3 .0}
219+ image : consensys/teku:${TEKU_VERSION:-26.4 .0}
220220 networks : [cluster]
221221 depends_on : [node4]
222222 restart : unless-stopped
You can’t perform that action at this time.
0 commit comments