Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ services:
# \___|_| |_|\__,_|_| \___/|_| |_|

charon:
image: obolnetwork/charon:${CHARON_VERSION:-v1.7.2}
image: obolnetwork/charon:${CHARON_VERSION:-v1.8.0}
environment:
- CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://${CL:-lighthouse}:5052}
- CHARON_BEACON_NODE_TIMEOUT=${CHARON_BEACON_NODE_TIMEOUT:-3s}
Expand Down
2 changes: 1 addition & 1 deletion relay/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
#
relay:
# Pegged charon version (update this for each release).
image: obolnetwork/charon:${CHARON_VERSION:-v1.7.2}
image: obolnetwork/charon:${CHARON_VERSION:-v1.8.0}
environment:
CHARON_P2P_TCP_ADDRESS: 0.0.0.0:3610
CHARON_HTTP_ADDRESS: 0.0.0.0:3640
Expand Down