Skip to content

Commit 964a120

Browse files
authored
Merge pull request #28 from dappnode/dappnodebot/bump-upstream/openclaw/openclaw@v2026.3.23
bump openclaw/openclaw to v2026.3.23
2 parents f80d8e5 + b298139 commit 964a120

2 files changed

Lines changed: 5 additions & 12 deletions

File tree

dappnode_package.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
11
{
22
"name": "openclaw.dnp.dappnode.eth",
33
"version": "0.1.1",
4-
"upstreamVersion": "v2026.3.13",
4+
"upstreamVersion": "v2026.3.23",
55
"upstreamRepo": "openclaw/openclaw",
66
"upstreamArg": "UPSTREAM_VERSION",
77
"shortDescription": "Personal AI assistant gateway with multi-LLM support",
88
"description": "OpenClaw is a powerful, self-hosted AI agent gateway that runs on your own devices. It provides a unified interface for interacting with multiple LLM providers (OpenAI, Anthropic Claude, Google Gemini, local models via Ollama). Features include:\n\n- **Web UI & API**: Full-featured web interface at port 18789\n- **Multi-Channel Messaging**: WhatsApp, Telegram, Slack, Discord, Matrix, and more\n- **Agent Orchestration**: Claude AI integration with tool use and autonomous agents\n- **Code Execution**: Sandboxed environment for running code\n- **Canvas UI**: Visual interactions and image generation\n- **Voice Support**: Text-to-speech and speech-to-text capabilities\n\nRun your own AI infrastructure with full control over your data and API keys.",
99
"type": "service",
10-
"architectures": [
11-
"linux/amd64",
12-
"linux/arm64"
13-
],
10+
"architectures": ["linux/amd64", "linux/arm64"],
1411
"author": "DAppNode Association <admin@dappnode.io>",
1512
"license": "Apache-2.0",
16-
"categories": [
17-
"AI",
18-
"Developer tools",
19-
"Communications"
20-
],
13+
"categories": ["AI", "Developer tools", "Communications"],
2114
"keywords": [
2215
"ai",
2316
"llm",
@@ -96,4 +89,4 @@
9689
"featuredBackground": "linear-gradient(135deg, #667eea 0%, #764ba2 100%)",
9790
"featuredColor": "white"
9891
}
99-
}
92+
}

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.3.13
8+
UPSTREAM_VERSION: v2026.3.23
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)