Skip to content

Commit

Permalink
Merge pull request #8 from dappnode/dappnodebot/bump-upstream/rotki@v…
Browse files Browse the repository at this point in the history
…1.21.0

bump rotki/rotki to v1.21.0
  • Loading branch information
pablomendezroyo authored Oct 6, 2021
2 parents 39473a1 + 1a9d8e1 commit 5d34174
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://github.com/dappnode)",
"contributors": [
"pablo <[email protected]> (https://github.com/pablomendezroyo)"
],
"contributors": ["pablo <[email protected]> (https://github.com/pablomendezroyo)"],
"categories": ["Blockchain"],
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5d34174

Please sign in to comment.