This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch wx_tableSession
in repository https://gitbox.apache.org/repos/asf/iotdb-client-csharp.git
The following commit(s) were added to refs/heads/wx_tableSession by this push:
new 5b70f93 update iotdb-version
5b70f93 is described below
commit 5b70f934cddffdb45887aede44a904dd06b52cda
Author: CritasWang <[email protected]>
AuthorDate: Tue Feb 18 10:21:51 2025 +0800
update iotdb-version
---
docker-compose.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker-compose.yml b/docker-compose.yml
index df2b2c8..37c6d1b 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -16,7 +16,7 @@ services:
ipv4_address: 172.18.0.2
iotdb:
- image: apache/iotdb:1.3.3-datanode
+ image: apache/iotdb:2.0.1-beta-datanode
restart: always
container_name: iotdb-dn-1
depends_on:
@@ -39,7 +39,7 @@ services:
- dn_seed_config_node=iotdb-confignode-1:22277
iotdb-confignode-1:
- image: apache/iotdb:1.3.3-confignode
+ image: apache/iotdb:2.0.1-beta-confignode
restart: always
container_name: iotdb-cn-1
healthcheck: