Skip to content

Commit

Permalink
Set v2.0.0 unstable version (#8)
Browse files Browse the repository at this point in the history
* Set v2.0.0 unstable version

* Set unstable v2 in manifest

* Use base image from ssvlabs
  • Loading branch information
dappnodedev authored Sep 24, 2024
1 parent 6355817 commit 18873dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"upstream": [
{
"repo": "ssvlabs/ssv",
"version": "v1.3.8",
"version": "v2.0.0-unstable.0",
"arg": "OPERATOR_UPSTREAM_VERSION"
},
{
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: operator
args:
OPERATOR_UPSTREAM_VERSION: v1.3.8
OPERATOR_UPSTREAM_VERSION: v2.0.0-unstable.0
STAKER_SCRIPTS_VERSION: v0.1.0
restart: unless-stopped
volumes:
Expand Down
2 changes: 1 addition & 1 deletion operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG OPERATOR_UPSTREAM_VERSION

FROM bloxstaking/ssv-node:${OPERATOR_UPSTREAM_VERSION}
FROM ssvlabs/ssv-node:${OPERATOR_UPSTREAM_VERSION}

ARG NETWORK
ARG P2P_TCP_PORT
Expand Down

0 comments on commit 18873dd

Please sign in to comment.