Skip to content

Commit 6c71eec

Browse files
github-actions[bot]obol-platformKaloyanTanev
authored
Update version to v1.8.0 (#394)
Automatically generated PR to update version to v1.8.0 --------- Co-authored-by: obol-platform <139374357+obol-platform@users.noreply.github.com> Co-authored-by: Kaloyan Tanev <kalo@obol.tech>
1 parent 0a85af3 commit 6c71eec

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

compose-cl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ services:
8080

8181
cl-teku:
8282
profiles: [cl-teku]
83-
image: consensys/teku:${VC_VERSION:-25.11.1}
83+
image: consensys/teku:${VC_VERSION:-25.12.0}
8484
restart: unless-stopped
8585
labels:
8686
- "promtail-monitored=${CL_TEKU_PROMTAIL_MONITORED:-true}"
@@ -112,7 +112,7 @@ services:
112112

113113
cl-lodestar:
114114
profiles: [cl-lodestar]
115-
image: chainsafe/lodestar:${VC_VERSION:-v1.37.0}
115+
image: chainsafe/lodestar:${VC_VERSION:-v1.38.0}
116116
restart: unless-stopped
117117
labels:
118118
- "promtail-monitored=${CL_LODESTAR_PROMTAIL_MONITORED:-true}"

compose-vc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111

1212
vc-lodestar:
1313
profiles: [vc-lodestar]
14-
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.37.0}
14+
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.38.0}
1515
depends_on: [charon]
1616
entrypoint: /opt/lodestar/run.sh
1717
networks: [dvnode]
@@ -62,7 +62,7 @@ services:
6262

6363
vc-prysm:
6464
profiles: [vc-prysm]
65-
image: offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v7.0.0}
65+
image: offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v7.1.0}
6666
platform: "linux/amd64"
6767
depends_on: [charon]
6868
networks: [dvnode]
@@ -86,7 +86,7 @@ services:
8686

8787
vc-teku:
8888
profiles: [vc-teku]
89-
image: consensys/teku:${VC_TEKU_VERSION:-25.11.1}
89+
image: consensys/teku:${VC_TEKU_VERSION:-25.12.0}
9090
command: |
9191
validator-client
9292
--beacon-node-api-endpoint "http://charon:3600"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ services:
8484
# \___|_| |_|\__,_|_| \___/|_| |_|
8585

8686
charon:
87-
image: obolnetwork/charon:${CHARON_VERSION:-v1.7.2}
87+
image: obolnetwork/charon:${CHARON_VERSION:-v1.8.0}
8888
environment:
8989
- CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://${CL:-lighthouse}:5052}
9090
- CHARON_BEACON_NODE_TIMEOUT=${CHARON_BEACON_NODE_TIMEOUT:-3s}

relay/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
#
77
relay:
88
# Pegged charon version (update this for each release).
9-
image: obolnetwork/charon:${CHARON_VERSION:-v1.7.2}
9+
image: obolnetwork/charon:${CHARON_VERSION:-v1.8.0}
1010
environment:
1111
CHARON_P2P_TCP_ADDRESS: 0.0.0.0:3610
1212
CHARON_HTTP_ADDRESS: 0.0.0.0:3640

0 commit comments

Comments
 (0)