Skip to content

Commit

Permalink
Use current Blox SSV repo
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Aug 22, 2022
1 parent 52f443d commit f4e75c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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:-latest}
image: bloxstaking/ssv-node:${SSV2_NODE_TAG:-latest}
user: 12000:12000
volumes:
- ./blox-ssv-config.yaml:/config.yaml
Expand All @@ -27,7 +27,7 @@ services:
ssv-generate-keys:
profiles: ["tools"]
restart: "no"
image: bloxstaking/ssv-node-shifu:${SSV2_NODE_TAG:-v0.3.0-rc.1}
image: bloxstaking/ssv-node:${SSV2_NODE_TAG:-latest}
command: /go/bin/ssvnode generate-operator-keys
volumes:
ssv2-data:
2 changes: 1 addition & 1 deletion default.env
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ CL_NODE=http://consensus:5052
# The default source build targets build from the latest github tag

# SSV
SSV_NODE_TAG=latest
SSV_NODE_TAG=v0.2.1-rc.7
SSV2_NODE_TAG=latest

# MEV-Boost
Expand Down

0 comments on commit f4e75c8

Please sign in to comment.