Skip to content

Commit d335d4d

Browse files
authored
Lodestar v1.36 (#374)
1 parent 79a1431 commit d335d4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

compose-cl.yml

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

113113
cl-lodestar:
114114
profiles: [cl-lodestar]
115-
image: chainsafe/lodestar:${VC_VERSION:-v1.35.0}
115+
image: chainsafe/lodestar:${VC_VERSION:-v1.36.0}
116116
restart: unless-stopped
117117
labels:
118118
- "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.35.0}
14+
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.36.0}
1515
depends_on: [charon]
1616
entrypoint: /opt/lodestar/run.sh
1717
networks: [dvnode]

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.35.0}
125+
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.36.0}
126126
profiles: [""]
127127
depends_on: [charon]
128128
entrypoint: /opt/lodestar/run.sh

0 commit comments

Comments
 (0)