From 163f031e3606fb6b0cc5513c8e462127491a26fb Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 23:08:42 +0000 Subject: [PATCH 1/2] chore: bump openclaw upstream to 2026.7.1 --- dappnode_package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index b2f41f4..e1da346 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -91,8 +91,8 @@ "type": "service", "upstreamArg": "UPSTREAM_VERSION", "upstreamRepo": "openclaw/openclaw", - "upstreamVersion": "2026.6.11", - "version": "0.1.3", + "upstreamVersion": "2026.7.1", + "version": "0.1.4", "warnings": { "onRemove": "Removing this package will delete all your OpenClaw configuration, conversation history, and cached data. Make sure to create a backup first." } From c02b0904b8a86f2fbc192befe604b345fa610665 Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 23:08:43 +0000 Subject: [PATCH 2/2] chore: set UPSTREAM_VERSION to 2026.7.1 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9b099c8..1e91dce 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: context: . dockerfile: Dockerfile args: - UPSTREAM_VERSION: 2026.6.11 + UPSTREAM_VERSION: 2026.7.1 image: openclaw.dnp.dappnode.eth:0.1.0 container_name: DAppNodePackage-openclaw.dnp.dappnode.eth restart: unless-stopped