Skip to content

Commit 7944cda

Browse files
chore(deps): update ethereum client updates
1 parent 410de82 commit 7944cda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)