diff --git a/appstore/ech0/4.2.5/.env b/appstore/ech0/4.2.6/.env similarity index 100% rename from appstore/ech0/4.2.5/.env rename to appstore/ech0/4.2.6/.env diff --git a/appstore/ech0/4.2.5/data.yml b/appstore/ech0/4.2.6/data.yml similarity index 100% rename from appstore/ech0/4.2.5/data.yml rename to appstore/ech0/4.2.6/data.yml diff --git a/appstore/ech0/4.2.5/docker-compose.yml b/appstore/ech0/4.2.6/docker-compose.yml similarity index 93% rename from appstore/ech0/4.2.5/docker-compose.yml rename to appstore/ech0/4.2.6/docker-compose.yml index a62ebae30..6a3a7a9bf 100644 --- a/appstore/ech0/4.2.5/docker-compose.yml +++ b/appstore/ech0/4.2.6/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - HTTPS_PROXY=${HTTP_PROXY} - image: sn0wl1n/ech0:v4.2.5 + image: sn0wl1n/ech0:v4.2.6 labels: createdBy: Apps networks: diff --git a/appstore/ech0/4.2.5/envs/default.env b/appstore/ech0/4.2.6/envs/default.env similarity index 100% rename from appstore/ech0/4.2.5/envs/default.env rename to appstore/ech0/4.2.6/envs/default.env diff --git a/appstore/ech0/4.2.5/envs/global.env b/appstore/ech0/4.2.6/envs/global.env similarity index 100% rename from appstore/ech0/4.2.5/envs/global.env rename to appstore/ech0/4.2.6/envs/global.env diff --git a/appstore/ech0/4.2.5/scripts/init.sh b/appstore/ech0/4.2.6/scripts/init.sh similarity index 100% rename from appstore/ech0/4.2.5/scripts/init.sh rename to appstore/ech0/4.2.6/scripts/init.sh diff --git a/appstore/ech0/4.2.5/scripts/uninstall.sh b/appstore/ech0/4.2.6/scripts/uninstall.sh similarity index 100% rename from appstore/ech0/4.2.5/scripts/uninstall.sh rename to appstore/ech0/4.2.6/scripts/uninstall.sh diff --git a/appstore/ech0/4.2.5/scripts/upgrade.sh b/appstore/ech0/4.2.6/scripts/upgrade.sh similarity index 100% rename from appstore/ech0/4.2.5/scripts/upgrade.sh rename to appstore/ech0/4.2.6/scripts/upgrade.sh diff --git a/appstore/openclaw/2026.3.28/.env b/appstore/openclaw/2026.3.31/.env similarity index 100% rename from appstore/openclaw/2026.3.28/.env rename to appstore/openclaw/2026.3.31/.env diff --git a/appstore/openclaw/2026.3.28/config/openclaw.json b/appstore/openclaw/2026.3.31/config/openclaw.json similarity index 100% rename from appstore/openclaw/2026.3.28/config/openclaw.json rename to appstore/openclaw/2026.3.31/config/openclaw.json diff --git a/appstore/openclaw/2026.3.28/data.yml b/appstore/openclaw/2026.3.31/data.yml similarity index 100% rename from appstore/openclaw/2026.3.28/data.yml rename to appstore/openclaw/2026.3.31/data.yml diff --git a/appstore/openclaw/2026.3.28/docker-compose.yml b/appstore/openclaw/2026.3.31/docker-compose.yml similarity index 95% rename from appstore/openclaw/2026.3.28/docker-compose.yml rename to appstore/openclaw/2026.3.31/docker-compose.yml index be3f91f68..6464b0d92 100644 --- a/appstore/openclaw/2026.3.28/docker-compose.yml +++ b/appstore/openclaw/2026.3.31/docker-compose.yml @@ -30,7 +30,7 @@ services: - -e - fetch('http://127.0.0.1:18789/healthz').then((r)=>process.exit(r.ok?0:1)).catch(()=>process.exit(1)) timeout: 5s - image: ghcr.io/openclaw/openclaw:2026.3.28 + image: ghcr.io/openclaw/openclaw:2026.3.31 init: true labels: createdBy: Apps diff --git a/appstore/openclaw/2026.3.28/envs/default.env b/appstore/openclaw/2026.3.31/envs/default.env similarity index 100% rename from appstore/openclaw/2026.3.28/envs/default.env rename to appstore/openclaw/2026.3.31/envs/default.env diff --git a/appstore/openclaw/2026.3.28/envs/global.env b/appstore/openclaw/2026.3.31/envs/global.env similarity index 100% rename from appstore/openclaw/2026.3.28/envs/global.env rename to appstore/openclaw/2026.3.31/envs/global.env diff --git a/appstore/openclaw/2026.3.28/scripts/init.sh b/appstore/openclaw/2026.3.31/scripts/init.sh similarity index 100% rename from appstore/openclaw/2026.3.28/scripts/init.sh rename to appstore/openclaw/2026.3.31/scripts/init.sh diff --git a/appstore/openclaw/2026.3.28/scripts/uninstall.sh b/appstore/openclaw/2026.3.31/scripts/uninstall.sh similarity index 100% rename from appstore/openclaw/2026.3.28/scripts/uninstall.sh rename to appstore/openclaw/2026.3.31/scripts/uninstall.sh diff --git a/appstore/openclaw/2026.3.28/scripts/upgrade.sh b/appstore/openclaw/2026.3.31/scripts/upgrade.sh similarity index 100% rename from appstore/openclaw/2026.3.28/scripts/upgrade.sh rename to appstore/openclaw/2026.3.31/scripts/upgrade.sh diff --git a/dockge/ech0/docker-compose.yml b/dockge/ech0/docker-compose.yml index a62ebae30..6a3a7a9bf 100644 --- a/dockge/ech0/docker-compose.yml +++ b/dockge/ech0/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - HTTPS_PROXY=${HTTP_PROXY} - image: sn0wl1n/ech0:v4.2.5 + image: sn0wl1n/ech0:v4.2.6 labels: createdBy: Apps networks: diff --git a/dockge/openclaw/docker-compose.yml b/dockge/openclaw/docker-compose.yml index be3f91f68..6464b0d92 100644 --- a/dockge/openclaw/docker-compose.yml +++ b/dockge/openclaw/docker-compose.yml @@ -30,7 +30,7 @@ services: - -e - fetch('http://127.0.0.1:18789/healthz').then((r)=>process.exit(r.ok?0:1)).catch(()=>process.exit(1)) timeout: 5s - image: ghcr.io/openclaw/openclaw:2026.3.28 + image: ghcr.io/openclaw/openclaw:2026.3.31 init: true labels: createdBy: Apps