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": "monero.dnp.dappnode.eth",
"version": "0.2.11",
"upstreamVersion": "v0.18.3.3",
"upstreamVersion": "v0.18.3.4",
"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.",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: .
args:
UPSTREAM_VERSION: v0.18.3.3
UPSTREAM_VERSION: v0.18.3.4
image: monero.dnp.dappnode.eth:0.2.3
ports:
- "18089:18089"
Expand Down