Skip to content

Commit 0bb32c9

Browse files
committed
Update for pectra
1 parent a6281d9 commit 0bb32c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
# | | | | __/ |_| | | | __/ | | | | | | | | | | | (_| |
1010
# |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_|
1111
nethermind:
12-
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.31.6}
12+
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.31.8}
1313
restart: unless-stopped
1414
ports:
1515
- ${NETHERMIND_PORT_P2P:-30303}:30303/tcp # P2P TCP
@@ -44,7 +44,7 @@ services:
4444
# |___/
4545

4646
lighthouse:
47-
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v6.0.1}
47+
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v7.0.0}
4848
ports:
4949
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP
5050
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/udp # P2P UDP
@@ -111,7 +111,7 @@ services:
111111
# |_|\___/ \__,_|\___||___/\__\__,_|_|
112112

113113
lodestar:
114-
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.28.1}
114+
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.29.0}
115115
depends_on: [charon]
116116
entrypoint: /opt/lodestar/run.sh
117117
networks: [dvnode]
@@ -132,7 +132,7 @@ services:
132132
# | | | | | | __/\ V /_____| |_) | (_) | (_) \__ \ |_
133133
# |_| |_| |_|\___| \_/ |_.__/ \___/ \___/|___/\__|
134134
mev-boost:
135-
image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.9rc2}
135+
image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.9rc3}
136136
command: |
137137
-${NETWORK}
138138
-loglevel=debug

0 commit comments

Comments
 (0)