Skip to content

Commit 79ac6a8

Browse files
authored
bump to OpenClaw v2026.3.2
bump openclaw/openclaw to v2026.3.2
2 parents 16a11cf + e4f447f commit 79ac6a8

File tree

2 files changed

+13
-21
lines changed

2 files changed

+13
-21
lines changed

dappnode_package.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
11
{
22
"name": "openclaw.dnp.dappnode.eth",
3-
"version": "0.1.0",
4-
"upstreamVersion": "2026.3.2",
3+
"version": "0.1.1",
4+
"upstreamVersion": "v2026.3.2",
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",
@@ -89,4 +82,4 @@
8982
"featuredBackground": "linear-gradient(135deg, #667eea 0%, #764ba2 100%)",
9083
"featuredColor": "white"
9184
}
92-
}
85+
}

docker-compose.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ services:
55
context: .
66
dockerfile: Dockerfile
77
args:
8-
UPSTREAM_VERSION: "2026.3.2"
9-
image: "openclaw.dnp.dappnode.eth:0.1.0"
8+
UPSTREAM_VERSION: v2026.3.2
9+
image: openclaw.dnp.dappnode.eth:0.1.0
1010
container_name: DAppNodePackage-openclaw.dnp.dappnode.eth
1111
restart: unless-stopped
1212
environment:
@@ -16,20 +16,19 @@ services:
1616
OPENCLAW_STATE_DIR: /home/node/.openclaw
1717
OPENCLAW_GATEWAY_TOKEN: openclaw
1818
volumes:
19-
- "openclaw_data:/home/node/.openclaw"
20-
- "openclaw_workspace:/home/node/.openclaw/workspace"
19+
- openclaw_data:/home/node/.openclaw
20+
- openclaw_workspace:/home/node/.openclaw/workspace
2121
security_opt:
2222
- no-new-privileges:true
2323
logging:
24-
driver: "json-file"
24+
driver: json-file
2525
options:
26-
max-size: "10m"
26+
max-size: 10m
2727
max-file: "3"
2828
command:
29-
- "openclaw"
30-
- "gateway"
29+
- openclaw
30+
- gateway
3131
- "--allow-unconfigured"
32-
3332
volumes:
3433
openclaw_data: {}
3534
openclaw_workspace: {}

0 commit comments

Comments
 (0)