Skip to content

Commit 2bab415

Browse files
committed
Fix chat integrations and bump to v2026.4.9
1 parent 99718e1 commit 2bab415

File tree

4 files changed

+500
-174
lines changed

4 files changed

+500
-174
lines changed

dappnode_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openclaw.dnp.dappnode.eth",
33
"version": "0.1.1",
4-
"upstreamVersion": "v2026.4.8",
4+
"upstreamVersion": "v2026.4.9",
55
"upstreamRepo": "openclaw/openclaw",
66
"upstreamArg": "UPSTREAM_VERSION",
77
"shortDescription": "Personal AI assistant gateway with multi-LLM support",

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
context: .
66
dockerfile: Dockerfile
77
args:
8-
UPSTREAM_VERSION: v2026.4.8
8+
UPSTREAM_VERSION: v2026.4.9
99
image: openclaw.dnp.dappnode.eth:0.1.0
1010
container_name: DAppNodePackage-openclaw.dnp.dappnode.eth
1111
restart: unless-stopped

0 commit comments

Comments
 (0)