Skip to content

Commit

Permalink
bump rotki/rotki to v1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Jun 30, 2021
1 parent b2e6826 commit 7b51ab1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rotki.dnp.dappnode.eth",
"version": "0.1.0",
"upstreamVersion": "v1.18.0",
"upstreamVersion": "v1.18.1",
"upstreamRepo": "rotki/rotki",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Accounting and analytics tool that protects your privacy",
Expand All @@ -11,9 +11,7 @@
"contributors": [
"pablo <[email protected]> (https://github.com/pablomendezroyo)"
],
"categories": [
"Blockchain"
],
"categories": ["Blockchain"],
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-rotki.git"
Expand All @@ -33,4 +31,4 @@
"readme": "https://github.com/dappnode/DAppNodePackage-rotki"
},
"license": "GLP-3.0"
}
}
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.18.0
UPSTREAM_VERSION: v1.18.1
volumes:
- "rotki_data:/data"
- "rotki_logs:/logs"
Expand Down

0 comments on commit 7b51ab1

Please sign in to comment.