Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"upstream": [
{
"repo": "sigp/anchor",
"version": "v1.2.0",
"version": "v1.2.1",
"arg": "UPSTREAM_VERSION"
},
{
Expand All @@ -11,10 +11,7 @@
"arg": "STAKER_SCRIPTS_VERSION"
}
],
"architectures": [
"linux/amd64",
"linux/arm64"
],
"architectures": ["linux/amd64", "linux/arm64"],
"shortDescription": "Anchor",
"description": "Anchor is an open source implementation of the Secret Shared Validator (SSV) protocol, written in Rust and maintained by Sigma Prime.",
"type": "service",
Expand All @@ -23,10 +20,7 @@
"Tan Chee Keong <tanck@sigmaprime.io> (https://github.com/chong-he)",
"Daniel Knopik <daniel@sigmaprime.io> (https://github.com/dknopik)"
],
"categories": [
"Blockchain",
"ETH2.0"
],
"categories": ["Blockchain", "ETH2.0"],
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-Anchor.git"
Expand Down Expand Up @@ -59,4 +53,4 @@
"service": "operator"
}
]
}
}
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: operator
args:
UPSTREAM_VERSION: v1.2.0
UPSTREAM_VERSION: v1.2.1
STAKER_SCRIPTS_VERSION: v0.1.2
restart: unless-stopped
volumes:
Expand All @@ -17,4 +17,4 @@ services:
EXISTING_PASSWORD: ""
volumes:
operator-data: {}
operator-keys: {}
operator-keys: {}