Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zcash.public.dappnode.eth",
"version": "0.2.15",
"upstreamVersion": "v5.9.0",
"upstreamVersion": "v5.9.1",
"shortDescription": "Zcash is a privacy-protecting, digital currency built on strong science.",
"description": "Zcash is a privacy-protecting, digital currency built on strong science. Transact efficiently and safely with low fees while ensuring digital transactions remain private. Selectively share address and transaction information for auditing or regulatory compliance.",
"type": "service",
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: ./src
args:
UPSTREAM_VERSION: v5.9.0
UPSTREAM_VERSION: v5.9.1
restart: unless-stopped
volumes:
- zcash:/home/zcash
Expand Down