Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to v0.19.0 #245

Merged
merged 1 commit into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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 .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

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

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

Expand Down
3 changes: 3 additions & 0 deletions docker-compose.override.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
#charon:
# Configure any additional env var flags in .env.charon.more
#env_file: [.env.charon.more]
# Uncomment the extra_hosts section if you are trying to communicate with a CL running in a different docker network on the same machine
#extra_hosts:
#- "host.docker.internal:host-gateway"
# Bind charon internal ports to host ports
#ports:
#- 3600:3600/tcp # Validator API
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
# \___|_| |_|\__,_|_| \___/|_| |_|

charon:
image: obolnetwork/charon:${CHARON_VERSION:-v0.19.0-rc1}
image: obolnetwork/charon:${CHARON_VERSION:-v0.19.0}
environment:
- CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://lighthouse:5052}
- CHARON_LOG_LEVEL=${CHARON_LOG_LEVEL:-info}
Expand Down