Skip to content

Bump charon to v1.4.0 and ligthouse to v7.0.1 #141

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

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
# |___/

lighthouse:
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v7.0.0}
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v7.0.1}
ports:
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/udp # P2P UDP
Expand Down Expand Up @@ -83,7 +83,7 @@ services:
# \___|_| |_|\__,_|_| \___/|_| |_|

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