diff --git a/dappnode_package.json b/dappnode_package.json index 89bc5ef..fb1fe89 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,7 @@ { "name": "rotki.dnp.dappnode.eth", "version": "0.1.0", - "upstreamVersion": "v1.21.0", + "upstreamVersion": "v1.21.1", "architectures": ["linux/amd64", "linux/arm64"], "upstreamRepo": "rotki/rotki", "upstreamArg": "UPSTREAM_VERSION", @@ -9,7 +9,9 @@ "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 b3d8d35..0867694 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: build args: - UPSTREAM_VERSION: v1.21.0 + UPSTREAM_VERSION: v1.21.1 volumes: - "rotki_data:/data" - "rotki_logs:/logs"