Skip to content

Commit

Permalink
update charon to v0.17.2 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
dB2510 authored Nov 8, 2023
1 parent b708499 commit 57c7141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

######### Charon Config #########

# Charon docker container image version, e.g. `latest` or `v0.17.1`.
# Charon docker container image version, e.g. `latest` or `v0.17.2`.
# See available tags https://hub.docker.com/r/obolnetwork/charon/tags.
#CHARON_VERSION=

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
# \___|_| |_|\__,_|_| \___/|_| |_|

charon:
image: obolnetwork/charon:${CHARON_VERSION:-v0.17.1}
image: obolnetwork/charon:${CHARON_VERSION:-v0.17.2}
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 57c7141

Please sign in to comment.