Skip to content

Commit 847b3dd

Browse files
authored
Merge pull request #2 from dappnode/dappnodebot/bump-upstream/sigp/anchor@v1.2.1,dappnode/staker-package-scripts@v0.1.2
bump sigp/anchor to v1.2.1, dappnode/staker-package-scripts to v0.1.2
2 parents 71371a8 + 21079ff commit 847b3dd

2 files changed

Lines changed: 6 additions & 12 deletions

File tree

dappnode_package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"upstream": [
33
{
44
"repo": "sigp/anchor",
5-
"version": "v1.2.0",
5+
"version": "v1.2.1",
66
"arg": "UPSTREAM_VERSION"
77
},
88
{
@@ -11,10 +11,7 @@
1111
"arg": "STAKER_SCRIPTS_VERSION"
1212
}
1313
],
14-
"architectures": [
15-
"linux/amd64",
16-
"linux/arm64"
17-
],
14+
"architectures": ["linux/amd64", "linux/arm64"],
1815
"shortDescription": "Anchor",
1916
"description": "Anchor is an open source implementation of the Secret Shared Validator (SSV) protocol, written in Rust and maintained by Sigma Prime.",
2017
"type": "service",
@@ -23,10 +20,7 @@
2320
"Tan Chee Keong <tanck@sigmaprime.io> (https://github.com/chong-he)",
2421
"Daniel Knopik <daniel@sigmaprime.io> (https://github.com/dknopik)"
2522
],
26-
"categories": [
27-
"Blockchain",
28-
"ETH2.0"
29-
],
23+
"categories": ["Blockchain", "ETH2.0"],
3024
"repository": {
3125
"type": "git",
3226
"url": "https://github.com/dappnode/DAppNodePackage-Anchor.git"
@@ -59,4 +53,4 @@
5953
"service": "operator"
6054
}
6155
]
62-
}
56+
}

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
build:
55
context: operator
66
args:
7-
UPSTREAM_VERSION: v1.2.0
7+
UPSTREAM_VERSION: v1.2.1
88
STAKER_SCRIPTS_VERSION: v0.1.2
99
restart: unless-stopped
1010
volumes:
@@ -17,4 +17,4 @@ services:
1717
EXISTING_PASSWORD: ""
1818
volumes:
1919
operator-data: {}
20-
operator-keys: {}
20+
operator-keys: {}

0 commit comments

Comments
 (0)