We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bb0289 + 628c648 commit 45522f1Copy full SHA for 45522f1
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.5.18",
+ "version": "0.1.2",
+ "upstreamVersion": "v2026.5.20",
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.5.18
+ UPSTREAM_VERSION: v2026.5.20
9
image: openclaw.dnp.dappnode.eth:0.1.0
10
container_name: DAppNodePackage-openclaw.dnp.dappnode.eth
11
restart: unless-stopped
0 commit comments