Skip to content

Commit

Permalink
update lodestar version to v1.9.2 (#211)
Browse files Browse the repository at this point in the history
Updates lodestar image version to v1.9.2 which contains latest
builderonly flag.
  • Loading branch information
dB2510 authored Jul 19, 2023
1 parent 2b3ea52 commit 16f04f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ services:
# |_|\___/ \__,_|\___||___/\__\__,_|_|

lodestar:
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.8.0}
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.9.2}
depends_on: [charon]
entrypoint: /opt/lodestar/run.sh
networks: [dvnode]
Expand Down

0 comments on commit 16f04f5

Please sign in to comment.