diff --git a/apps/openclaw/2026.3.2/.env.sample b/apps/openclaw/2026.3.8/.env.sample similarity index 100% rename from apps/openclaw/2026.3.2/.env.sample rename to apps/openclaw/2026.3.8/.env.sample diff --git a/apps/openclaw/2026.3.2/data.yml b/apps/openclaw/2026.3.8/data.yml similarity index 100% rename from apps/openclaw/2026.3.2/data.yml rename to apps/openclaw/2026.3.8/data.yml diff --git a/apps/openclaw/2026.3.2/data/conf/.gitkeep b/apps/openclaw/2026.3.8/data/conf/.gitkeep similarity index 100% rename from apps/openclaw/2026.3.2/data/conf/.gitkeep rename to apps/openclaw/2026.3.8/data/conf/.gitkeep diff --git a/apps/openclaw/2026.3.2/data/workspace/.gitkeep b/apps/openclaw/2026.3.8/data/workspace/.gitkeep similarity index 100% rename from apps/openclaw/2026.3.2/data/workspace/.gitkeep rename to apps/openclaw/2026.3.8/data/workspace/.gitkeep diff --git a/apps/openclaw/2026.3.2/docker-compose.yml b/apps/openclaw/2026.3.8/docker-compose.yml similarity index 95% rename from apps/openclaw/2026.3.2/docker-compose.yml rename to apps/openclaw/2026.3.8/docker-compose.yml index 7181bdf3..dce6185f 100644 --- a/apps/openclaw/2026.3.2/docker-compose.yml +++ b/apps/openclaw/2026.3.8/docker-compose.yml @@ -1,7 +1,7 @@ services: openclaw: container_name: ${CONTAINER_NAME} - image: "ghcr.io/openclaw/openclaw:2026.3.2" + image: "ghcr.io/openclaw/openclaw:2026.3.8" restart: unless-stopped networks: - 1panel-network diff --git a/apps/openclaw/2026.3.2/scripts/init.sh b/apps/openclaw/2026.3.8/scripts/init.sh similarity index 100% rename from apps/openclaw/2026.3.2/scripts/init.sh rename to apps/openclaw/2026.3.8/scripts/init.sh