Skip to content

Commit 69106fc

Browse files
chore(deps): update chainsafe/lodestar docker tag to v1.39.1
1 parent 64b09e5 commit 69106fc

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
@@ -120,7 +120,7 @@ services:
120120

121121
cl-lodestar:
122122
profiles: [cl-lodestar]
123-
image: chainsafe/lodestar:${CL_LODESTAR_VERSION:-v1.38.0}
123+
image: chainsafe/lodestar:${CL_LODESTAR_VERSION:-v1.39.1}
124124
restart: unless-stopped
125125
labels:
126126
- "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.38.0}
14+
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.39.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
@@ -124,7 +124,7 @@ services:
124124
# |_|\___/ \__,_|\___||___/\__\__,_|_|
125125

126126
lodestar:
127-
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.37.0}
127+
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.39.1}
128128
profiles: [""]
129129
depends_on: [charon]
130130
entrypoint: /opt/lodestar/run.sh

0 commit comments

Comments
 (0)