Skip to content

Commit

Permalink
Bump charon to v1.0.1 in docker-compose.yml (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
unnawut authored Aug 23, 2024
1 parent 149acbf commit 3841ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
# \___|_| |_|\__,_|_| \___/|_| |_|

charon:
image: obolnetwork/charon:${CHARON_VERSION:-v1.0.0}
image: obolnetwork/charon:${CHARON_VERSION:-v1.0.1}
environment:
- CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://lighthouse:5052}
- CHARON_LOG_LEVEL=${CHARON_LOG_LEVEL:-info}
Expand Down

0 comments on commit 3841ca5

Please sign in to comment.