Skip to content

Commit fceeab0

Browse files
chore(deps): update chainsafe/lodestar docker tag to v1.41.1
1 parent 2c6594b commit fceeab0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

compose-cl.yml

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

119119
cl-lodestar:
120120
profiles: [cl-lodestar]
121-
image: chainsafe/lodestar:${VC_VERSION:-v1.40.0}
121+
image: chainsafe/lodestar:${VC_VERSION:-v1.41.1}
122122
restart: unless-stopped
123123
labels:
124124
- "alloy-monitored=${CL_LODESTAR_ALLOY_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.40.0}
14+
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.41.1}
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
@@ -128,7 +128,7 @@ services:
128128
# |_|\___/ \__,_|\___||___/\__\__,_|_|
129129

130130
lodestar:
131-
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.40.0}
131+
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.41.1}
132132
profiles: [""]
133133
depends_on: [charon]
134134
entrypoint: /opt/lodestar/run.sh

0 commit comments

Comments
 (0)