diff --git a/dappnode_package.json b/dappnode_package.json index 1f6acbb..f35746e 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -2,7 +2,7 @@ "upstream": [ { "repo": "sigp/anchor", - "version": "v1.2.0", + "version": "v1.2.1", "arg": "UPSTREAM_VERSION" }, { @@ -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", @@ -23,10 +20,7 @@ "Tan Chee Keong (https://github.com/chong-he)", "Daniel Knopik (https://github.com/dknopik)" ], - "categories": [ - "Blockchain", - "ETH2.0" - ], + "categories": ["Blockchain", "ETH2.0"], "repository": { "type": "git", "url": "https://github.com/dappnode/DAppNodePackage-Anchor.git" @@ -59,4 +53,4 @@ "service": "operator" } ] -} \ No newline at end of file +} diff --git a/docker-compose.yml b/docker-compose.yml index e904df4..d7c0310 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: @@ -17,4 +17,4 @@ services: EXISTING_PASSWORD: "" volumes: operator-data: {} - operator-keys: {} \ No newline at end of file + operator-keys: {}