Skip to content

Commit 7be0a96

Browse files
committed
Bump versions to v1.5.0 compatibility matrix
1 parent 8d24bde commit 7be0a96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 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.11}
12+
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.32.2}
1313
restart: unless-stopped
1414
ports:
1515
- ${NETHERMIND_PORT_P2P:-30303}:30303/tcp # P2P TCP
@@ -83,7 +83,7 @@ services:
8383
# \___|_| |_|\__,_|_| \___/|_| |_|
8484

8585
charon:
86-
image: obolnetwork/charon:${CHARON_VERSION:-v1.4.3}
86+
image: obolnetwork/charon:${CHARON_VERSION:-v1.5.0}
8787
environment:
8888
- CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://lighthouse:5052}
8989
- CHARON_BEACON_NODE_TIMEOUT=${CHARON_BEACON_NODE_TIMEOUT:-3s}
@@ -119,7 +119,7 @@ services:
119119
# |_|\___/ \__,_|\___||___/\__\__,_|_|
120120

121121
lodestar:
122-
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.29.0}
122+
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.31.0}
123123
depends_on: [charon]
124124
entrypoint: /opt/lodestar/run.sh
125125
networks: [dvnode]

relay/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
#
77
relay:
88
# Pegged charon version (update this for each release).
9-
image: obolnetwork/charon:${CHARON_VERSION:-v1.4.2}
9+
image: obolnetwork/charon:${CHARON_VERSION:-v1.5.0}
1010
environment:
1111
CHARON_P2P_TCP_ADDRESS: 0.0.0.0:3610
1212
CHARON_HTTP_ADDRESS: 0.0.0.0:3640

0 commit comments

Comments
 (0)