Skip to content

Commit fb10772

Browse files
committed
bump lodestar, drop charon
1 parent d402ee6 commit fb10772

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

compose-cl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ services:
115115

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

compose-vc.yml

Lines changed: 1 addition & 1 deletion
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-rc.0}
14+
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.37.0}
1515
depends_on: [charon]
1616
entrypoint: /opt/lodestar/run.sh
1717
networks: [dvnode]

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ services:
8585
# \___|_| |_|\__,_|_| \___/|_| |_|
8686

8787
charon:
88-
image: obolnetwork/charon:${CHARON_VERSION:-v1.7.2-rc0}
88+
image: obolnetwork/charon:${CHARON_VERSION:-v1.7.1}
8989
environment:
9090
- CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://lighthouse:5052}
9191
- CHARON_BEACON_NODE_HEADERS=${CHARON_BEACON_NODE_HEADERS:-}
@@ -123,7 +123,7 @@ services:
123123
# |_|\___/ \__,_|\___||___/\__\__,_|_|
124124

125125
lodestar:
126-
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.37.0-rc.0}
126+
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.37.0}
127127
profiles: [""]
128128
depends_on: [charon]
129129
entrypoint: /opt/lodestar/run.sh

0 commit comments

Comments
 (0)