Skip to content

Commit 7bbd061

Browse files
authored
chore: bump versions for Electra upgrade (#305)
1 parent a4af4a8 commit 7bbd061

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker-compose.yml

Lines changed: 5 additions & 5 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.29.0}
12+
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.31.0}
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:-v5.3.0}
47+
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v7.0.0-beta.0}
4848
ports:
4949
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP
5050
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/udp # P2P UDP
@@ -77,7 +77,7 @@ services:
7777
# \___|_| |_|\__,_|_| \___/|_| |_|
7878

7979
charon:
80-
image: obolnetwork/charon:${CHARON_VERSION:-v1.2.0}
80+
image: obolnetwork/charon:${CHARON_VERSION:-77b153e}
8181
environment:
8282
- CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://lighthouse:5052}
8383
- CHARON_BEACON_NODE_TIMEOUT=${CHARON_BEACON_NODE_TIMEOUT:-3s}
@@ -110,7 +110,7 @@ services:
110110
# |_|\___/ \__,_|\___||___/\__\__,_|_|
111111

112112
lodestar:
113-
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.23.0}
113+
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.27.0}
114114
depends_on: [charon]
115115
entrypoint: /opt/lodestar/run.sh
116116
networks: [dvnode]
@@ -131,7 +131,7 @@ services:
131131
# | | | | | | __/\ V /_____| |_) | (_) | (_) \__ \ |_
132132
# |_| |_| |_|\___| \_/ |_.__/ \___/ \___/|___/\__|
133133
mev-boost:
134-
image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.8.1}
134+
image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.9rc2}
135135
command: |
136136
-${NETWORK}
137137
-loglevel=debug

0 commit comments

Comments
 (0)