Skip to content
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
4 changes: 2 additions & 2 deletions compose-cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ services:

cl-teku:
profiles: [cl-teku]
image: consensys/teku:${VC_VERSION:-25.11.1}
image: consensys/teku:${VC_VERSION:-25.12.0}
restart: unless-stopped
labels:
- "promtail-monitored=${CL_TEKU_PROMTAIL_MONITORED:-true}"
Expand Down Expand Up @@ -112,7 +112,7 @@ services:

cl-lodestar:
profiles: [cl-lodestar]
image: chainsafe/lodestar:${VC_VERSION:-v1.37.0}
image: chainsafe/lodestar:${VC_VERSION:-v1.38.0}
restart: unless-stopped
labels:
- "promtail-monitored=${CL_LODESTAR_PROMTAIL_MONITORED:-true}"
Expand Down
6 changes: 3 additions & 3 deletions compose-vc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:

vc-lodestar:
profiles: [vc-lodestar]
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.37.0}
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.38.0}
depends_on: [charon]
entrypoint: /opt/lodestar/run.sh
networks: [dvnode]
Expand Down Expand Up @@ -62,7 +62,7 @@ services:

vc-prysm:
profiles: [vc-prysm]
image: offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v7.0.0}
image: offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v7.1.0}
platform: "linux/amd64"
depends_on: [charon]
networks: [dvnode]
Expand All @@ -86,7 +86,7 @@ services:

vc-teku:
profiles: [vc-teku]
image: consensys/teku:${VC_TEKU_VERSION:-25.11.1}
image: consensys/teku:${VC_TEKU_VERSION:-25.12.0}
command: |
validator-client
--beacon-node-api-endpoint "http://charon:3600"
Expand Down
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