Skip to content

Commit d377339

Browse files
committed
update docker image version
1 parent 7065ea8 commit d377339

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*.user
55
*.userosscache
66
*.sln.docstates
7+
**/tmp
78

89
# Build results
910
[Dd]ebug/
@@ -65,7 +66,7 @@ publish/
6566

6667

6768
### Rider ###
68-
.idea
69-
/.vs/Apache.IoTDB/FileContentIndex
70-
/.vs/ProjectEvaluation
71-
/.vs/Apache.IoTDB
69+
.idea
70+
/.vs/Apache.IoTDB/FileContentIndex
71+
/.vs/ProjectEvaluation
72+
/.vs/Apache.IoTDB

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
ipv4_address: 172.18.0.2
1717

1818
iotdb:
19-
image: apache/iotdb:1.0.0-datanode
19+
image: apache/iotdb:1.1.0-datanode
2020
restart: always
2121
container_name: iotdb-dn-1
2222
depends_on:
@@ -39,7 +39,7 @@ services:
3939
- dn_target_config_node_list=iotdb-confignode-1:22277
4040

4141
iotdb-confignode-1:
42-
image: apache/iotdb:1.0.0-confignode
42+
image: apache/iotdb:1.1.0-confignode
4343
restart: always
4444
container_name: iotdb-cn-1
4545
healthcheck:

0 commit comments

Comments
 (0)