diff --git a/dappnode_package.json b/dappnode_package.json index f3eb93c..89bc5ef 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,16 +1,15 @@ { "name": "rotki.dnp.dappnode.eth", "version": "0.1.0", - "upstreamVersion": "v1.20.1", + "upstreamVersion": "v1.21.0", + "architectures": ["linux/amd64", "linux/arm64"], "upstreamRepo": "rotki/rotki", "upstreamArg": "UPSTREAM_VERSION", "shortDescription": "Accounting and analytics tool that protects your privacy", "description": "Rotki is an open source portfolio tracker, accounting and analytics tool that protects your privacy.\n\nRotki offers tracking of all your crypto assets no matter where they are. Be it on a blockchain, a DeFi protocol or on one of the supported exchanges.\n\nMore information about the source project can be found at [their official website](https://rotki.com/)", "type": "service", "author": "DAppNode Association (https://github.com/dappnode)", - "contributors": [ - "pablo (https://github.com/pablomendezroyo)" - ], + "contributors": ["pablo (https://github.com/pablomendezroyo)"], "categories": ["Blockchain"], "repository": { "type": "git", diff --git a/docker-compose.yml b/docker-compose.yml index 67356ba..b3d8d35 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: build args: - UPSTREAM_VERSION: v1.20.1 + UPSTREAM_VERSION: v1.21.0 volumes: - "rotki_data:/data" - "rotki_logs:/logs"