Skip to content

Commit

Permalink
update lodestar version
Browse files Browse the repository at this point in the history
  • Loading branch information
xenowits committed Feb 12, 2024
1 parent 93fb04f commit 214f911
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

######### Lodestar Config #########

# Lodestar validator client docker container image version, e.g. `latest` or `v1.15.0-rc.0`.
# Lodestar validator client docker container image version, e.g. `latest` or `v1.15.1`.
# See available tags https://hub.docker.com/r/chainsafe/lodestar/tags
#LODESTAR_VERSION=

Expand Down
2 changes: 1 addition & 1 deletion .env.sample.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ LIGHTHOUSE_CHECKPOINT_SYNC_URL=https://mainnet.checkpoint.sigp.io/

######### Lodestar Config #########

# Lodestar validator client docker container image version, e.g. `latest` or `v1.15.0-rc.0`.
# Lodestar validator client docker container image version, e.g. `latest` or `v1.15.1`.
# See available tags https://hub.docker.com/r/chainsafe/lodestar/tags
#LODESTAR_VERSION=

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ services:
# |_|\___/ \__,_|\___||___/\__\__,_|_|

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

0 comments on commit 214f911

Please sign in to comment.