We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c54902 + 35eefb9 commit c155faaCopy full SHA for c155faa
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.3.11",
+ "upstreamVersion": "v2026.3.12",
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.3.11
+ UPSTREAM_VERSION: v2026.3.12
9
image: openclaw.dnp.dappnode.eth:0.1.0
10
container_name: DAppNodePackage-openclaw.dnp.dappnode.eth
11
restart: unless-stopped
0 commit comments