Skip to content

Commit

Permalink
Merge pull request #16 from dappnode/dappnodebot/bump-upstream/rotki@…
Browse files Browse the repository at this point in the history
…v1.23.1

bump rotki/rotki to v1.23.1
  • Loading branch information
tropicar authored Jan 19, 2022
2 parents 95eb821 + b185d72 commit 35ce9a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "rotki.dnp.dappnode.eth",
"version": "0.1.0",
"upstreamVersion": "v1.23.0",
"architectures": ["linux/amd64"],
"upstreamVersion": "v1.23.1",
"architectures": ["linux/amd64", "linux/arm64"],
"upstreamRepo": "rotki/rotki",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Accounting and analytics tool that protects your privacy",
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.23.0
UPSTREAM_VERSION: v1.23.1
volumes:
- "rotki_data:/data"
- "rotki_logs:/logs"
Expand Down

0 comments on commit 35ce9a3

Please sign in to comment.