Skip to content

Commit 5b53831

Browse files
authored
Update charon to v1.9.2 (#446)
1 parent b95f308 commit 5b53831

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ services:
8686
# \___|_| |_|\__,_|_| \___/|_| |_|
8787

8888
charon:
89-
image: obolnetwork/charon:${CHARON_VERSION:-v1.9.1}
89+
image: obolnetwork/charon:${CHARON_VERSION:-v1.9.2}
9090
environment:
9191
- CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://${CL:-lighthouse}:5052}
9292
- CHARON_BEACON_NODE_TIMEOUT=${CHARON_BEACON_NODE_TIMEOUT:-3s}

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.9.1}
9+
image: obolnetwork/charon:${CHARON_VERSION:-v1.9.2}
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)