Skip to content

Commit

Permalink
bump rotki/rotki to v1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed May 8, 2024
1 parent 3591c15 commit 0e34902
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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.28",
"upstreamVersion": "v1.32.2",
"version": "0.1.29",
"upstreamVersion": "v1.33.0",
"architectures": ["linux/amd64", "linux/arm64"],
"upstreamRepo": "rotki/rotki",
"upstreamArg": "UPSTREAM_VERSION",
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: "3.5"
services:
rotki.dnp.dappnode.eth:
image: "rotki.dnp.dappnode.eth:0.1.0"
image: rotki.dnp.dappnode.eth:0.1.0
build:
context: .
args:
UPSTREAM_VERSION: v1.32.2
UPSTREAM_VERSION: v1.33.0
volumes:
- "rotki_data:/data"
- "rotki_logs:/logs"
- rotki_data:/data
- rotki_logs:/logs
environment:
ROTKI_ACCEPT_DOCKER_RISK: 1
LOGLEVEL: info
Expand Down

0 comments on commit 0e34902

Please sign in to comment.