Skip to content

Commit 4756aa3

Browse files
chore(deps): update chainsafe/lodestar docker tag to v1.40.0 (#408)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | chainsafe/lodestar | minor | `v1.37.0` → `v1.40.0` | | chainsafe/lodestar | minor | `v1.38.0` → `v1.40.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ObolNetwork/charon-distributed-validator-node). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvZG9ja2VyIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a609ca3 commit 4756aa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.40.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
@@ -125,7 +125,7 @@ services:
125125
# |_|\___/ \__,_|\___||___/\__\__,_|_|
126126

127127
lodestar:
128-
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.37.0}
128+
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.40.0}
129129
profiles: [""]
130130
depends_on: [charon]
131131
entrypoint: /opt/lodestar/run.sh

0 commit comments

Comments
 (0)