Skip to content

Commit 1996915

Browse files
authored
Bump stack versions (#228)
1 parent 835df2c commit 1996915

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

compose-cl.yml

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

8383
cl-teku:
8484
profiles: [cl-teku]
85-
image: consensys/teku:${VC_VERSION:-25.11.1}
85+
image: consensys/teku:${VC_VERSION:-25.12.0}
8686
restart: unless-stopped
8787
labels:
8888
- "promtail-monitored=${CL_TEKU_PROMTAIL_MONITORED:-true}"
@@ -115,7 +115,7 @@ services:
115115

116116
cl-lodestar:
117117
profiles: [cl-lodestar]
118-
image: chainsafe/lodestar:${VC_VERSION:-v1.37.0}
118+
image: chainsafe/lodestar:${VC_VERSION:-v1.38.0}
119119
restart: unless-stopped
120120
labels:
121121
- "promtail-monitored=${CL_LODESTAR_PROMTAIL_MONITORED:-true}"

compose-vc.yml

Lines changed: 2 additions & 2 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]
@@ -85,7 +85,7 @@ services:
8585

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

docker-compose.yml

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

124124
lodestar:
125-
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.37.0}
125+
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.38.0}
126126
profiles: [""]
127127
depends_on: [charon]
128128
entrypoint: /opt/lodestar/run.sh

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.3}
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)