From e1cacc6fe25e395bee723a6e91dc799b720f792a Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 05:00:55 +0000 Subject: [PATCH 1/2] chore: bump node upstream to 1.38.5 --- dappnode_package.json | 53 +++++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 24 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 244db5a..2bc8848 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,28 +1,9 @@ { - "name": "mysterium.dnp.dappnode.eth", - "version": "0.1.17", - "description": "Mysterium Network is building a global decentralised network of residential IPs. Running a Mysterium Node will make your IP discoverable, and rentable by internet users worldwide. You can obtain more information about how it works on https://docs.mysterium.network/#how-does-it-work", - "type": "service", - "mainService": "node", - "architectures": ["linux/amd64", "linux/arm64"], + "architectures": [ + "linux/amd64", + "linux/arm64" + ], "author": "DAppNode Association (https://github.com/dappnode)", - "categories": ["Blockchain"], - "upstreamRepo": "mysteriumnetwork/node", - "upstreamArg": "UPSTREAM_VERSION", - "links": { - "homepage": "https://www.mysterium.network/", - "Mysterium UI": "http://mysterium.dappnode:4449/", - "Docs": "https://docs.mysterium.network/", - "Monitoring service for Mysterium Node": "https://mystnodes.com/" - }, - "repository": { - "type": "git", - "url": "https://github.com/dappnode/DAppNodePackage-Mysterium.git" - }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-Mysterium/issues" - }, - "license": "GPL-3.0", "backup": [ { "name": "myst-data", @@ -30,5 +11,29 @@ "service": "node" } ], - "upstreamVersion": "1.31.3" + "bugs": { + "url": "https://github.com/dappnode/DAppNodePackage-Mysterium/issues" + }, + "categories": [ + "Blockchain" + ], + "description": "Mysterium Network is building a global decentralised network of residential IPs. Running a Mysterium Node will make your IP discoverable, and rentable by internet users worldwide. You can obtain more information about how it works on https://docs.mysterium.network/#how-does-it-work", + "license": "GPL-3.0", + "links": { + "Docs": "https://docs.mysterium.network/", + "Monitoring service for Mysterium Node": "https://mystnodes.com/", + "Mysterium UI": "http://mysterium.dappnode:4449/", + "homepage": "https://www.mysterium.network/" + }, + "mainService": "node", + "name": "mysterium.dnp.dappnode.eth", + "repository": { + "type": "git", + "url": "https://github.com/dappnode/DAppNodePackage-Mysterium.git" + }, + "type": "service", + "upstreamArg": "UPSTREAM_VERSION", + "upstreamRepo": "mysteriumnetwork/node", + "upstreamVersion": "1.38.5", + "version": "0.1.18" } From 24c0f2d03522e3b228f07271f7400f6369e70133 Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 05:00:56 +0000 Subject: [PATCH 2/2] chore: set UPSTREAM_VERSION to 1.38.5 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e946864..d1bbc5f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: ./build args: - UPSTREAM_VERSION: 1.31.3 + UPSTREAM_VERSION: 1.38.5 image: node.mysterium.dnp.dappnode.eth:0.1.0 restart: unless-stopped cap_add: