diff --git a/dappnode_package.json b/dappnode_package.json index 1ad99d4..4cb93b7 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -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", diff --git a/docker-compose.yml b/docker-compose.yml index 7c59da7..9a92d90 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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