Skip to content

Commit

Permalink
Default SSV2 to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Aug 18, 2022
1 parent 02bfcaf commit 5fa2a6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blox-ssv2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ x-logging: &logging
services:
ssv2-node:
restart: "unless-stopped"
image: bloxstaking/ssv-node-shifu:${SSV2_NODE_TAG:-v0.3.0-rc.1}
image: bloxstaking/ssv-node-shifu:${SSV2_NODE_TAG:-latest}
user: 12000:12000
volumes:
- ./blox-ssv-config.yaml:/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion default.env
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ CL_NODE=http://consensus:5052

# SSV
SSV_NODE_TAG=latest
SSV2_NODE_TAG=v0.3.0-rc.1
SSV2_NODE_TAG=latest

# MEV-Boost
MEV_DOCKER_TAG=latest
Expand Down

0 comments on commit 5fa2a6c

Please sign in to comment.