From 0fceae2ffe0f8780c0a762145b0a9def64f0d1dd Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 13:42:25 +0000 Subject: [PATCH 1/2] chore: bump dappnode-nexus-sdk upstream to v0.1.6 --- dappnode_package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dappnode_package.json b/dappnode_package.json index bf77c1f..dd668f2 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -47,7 +47,7 @@ "type": "dncore", "upstreamArg": "UPSTREAM_VERSION", "upstreamRepo": "dappnode/dappnode-nexus-sdk", - "upstreamVersion": "v0.1.5", + "upstreamVersion": "v0.1.6", "version": "0.1.0", "warnings": { "onInstall": "Point your apps at http://nexus-proofs.dappnode.private:3301/v1 with your normal Nexus API key. Auto Router and PII masking do not work through Nexus Proofs. If the TEE cannot be verified, requests stop. Keep port 3301 on the internal network." From 158d915c404f4e9b6e6e3f7ec2672bd54c44ea30 Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 13:42:27 +0000 Subject: [PATCH 2/2] chore: set UPSTREAM_VERSION to v0.1.6 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8026a20..d7db736 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: context: . dockerfile: Dockerfile args: - UPSTREAM_VERSION: v0.1.5 + UPSTREAM_VERSION: v0.1.6 image: nexus-proofs.dnp.dappnode.eth:0.1.0 container_name: DAppNodeCore-nexus-proofs.dnp.dappnode.eth restart: unless-stopped