diff --git a/dappnode_package.json b/dappnode_package.json index 5cd67dd..bf7a40d 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,29 +1,33 @@ { - "name": "monero.dnp.dappnode.eth", - "version": "0.2.11", - "upstreamVersion": "v0.18.5.0", - "upstreamRepo": "monero-project/monero", - "shortDescription": "Your own node for the private digital currency", - "description": "The Monero daemon monerod keeps your computer synced up with the Monero network. It downloads and validates the blockchain from the p2p network. `monerod` is entirely decoupled from your wallet. `monerod` does not access your private keys - it is not aware of your transactions and balance. Read the [monerod reference](https://monerodocs.org/interacting/monerod-reference/) to know all you can do with this DAppNode Package.", - "type": "service", - "chain": "monero", "author": "DAppNode Association (https://github.com/dappnode)", + "bugs": { + "url": "https://github.com/dappnode/DAppNodePackage-monero/issues" + }, + "categories": [ + "Blockchain" + ], + "chain": "monero", "contributors": [ "Eduardo Antuña (https://github.com/eduadiez)", "Abel Boldú (@vdo)" ], - "categories": ["Blockchain"], - "keywords": ["monero"], + "description": "The Monero daemon monerod keeps your computer synced up with the Monero network. It downloads and validates the blockchain from the p2p network. `monerod` is entirely decoupled from your wallet. `monerod` does not access your private keys - it is not aware of your transactions and balance. Read the [monerod reference](https://monerodocs.org/interacting/monerod-reference/) to know all you can do with this DAppNode Package.", + "keywords": [ + "monero" + ], + "license": "GPL-3.0", "links": { "api": "http://monero.dappnode:18081", "homepage": "https://github.com/dappnode/DAppNodePackage-monero#readme" }, + "name": "monero.dnp.dappnode.eth", "repository": { "type": "git", "url": "https://github.com/dappnode/DAppNodePackage-monero.git" }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-monero/issues" - }, - "license": "GPL-3.0" + "shortDescription": "Your own node for the private digital currency", + "type": "service", + "upstreamRepo": "monero-project/monero", + "upstreamVersion": "v0.18.5.1", + "version": "0.2.12" } diff --git a/docker-compose.yml b/docker-compose.yml index 7f52179..dbe1e45 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: . args: - UPSTREAM_VERSION: v0.18.5.0 + UPSTREAM_VERSION: v0.18.5.1 image: monero.dnp.dappnode.eth:0.2.3 ports: - "18089:18089"