Skip to content

Commit d402ee6

Browse files
committed
Update lodestar and charon to rc0s
1 parent 5824715 commit d402ee6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.36.0}
118+
image: chainsafe/lodestar:${VC_VERSION:-v1.37.0-rc.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.36.0}
14+
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.37.0-rc.0}
1515
depends_on: [charon]
1616
entrypoint: /opt/lodestar/run.sh
1717
networks: [dvnode]

docker-compose.yml

Lines changed: 3 additions & 3 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.1}
88+
image: obolnetwork/charon:${CHARON_VERSION:-v1.7.2-rc0}
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.36.0}
126+
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.37.0-rc.0}
127127
profiles: [""]
128128
depends_on: [charon]
129129
entrypoint: /opt/lodestar/run.sh
@@ -158,7 +158,7 @@ services:
158158
-addr=0.0.0.0:18550
159159
-relay-check
160160
-relays=${MEVBOOST_RELAYS}
161-
-request-timeout-getheader=${MEVBOOST_TIMEOUT_GETHEADER:-600}
161+
-request-timeout-getheader=${MEVBOOST_TIMEOUT_GETHEADER:-900}
162162
-request-timeout-getpayload=${MEVBOOST_TIMEOUT_GETPAYLOAD:-4000}
163163
-request-timeout-regval=${MEVBOOST_TIMEOUT_REGVAL:-3000}
164164
labels:

0 commit comments

Comments
 (0)