We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bab415 commit 9e5d1e6Copy full SHA for 9e5d1e6
2 files changed
dappnode_package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "openclaw.dnp.dappnode.eth",
3
"version": "0.1.1",
4
- "upstreamVersion": "v2026.4.9",
+ "upstreamVersion": "v2026.4.11",
5
"upstreamRepo": "openclaw/openclaw",
6
"upstreamArg": "UPSTREAM_VERSION",
7
"shortDescription": "Personal AI assistant gateway with multi-LLM support",
docker-compose.yml
@@ -5,7 +5,7 @@ services:
context: .
dockerfile: Dockerfile
args:
8
- UPSTREAM_VERSION: v2026.4.9
+ UPSTREAM_VERSION: v2026.4.11
9
image: openclaw.dnp.dappnode.eth:0.1.0
10
container_name: DAppNodePackage-openclaw.dnp.dappnode.eth
11
restart: unless-stopped
0 commit comments