feat: upgrade greptimedb and client

This commit is contained in:
Dennis Zhuang 2023-12-01 13:39:21 +08:00
parent 28a9b203f0
commit 90d0081df4
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ services:
greptimedb:
container_name: greptimedb
hostname: greptimedb
image: greptime/greptimedb:0.3.2
image: greptime/greptimedb:v0.4.4
expose:
- "4000"
- "4001"

View File

@ -6,7 +6,7 @@
{emqx_connector, {path, "../../apps/emqx_connector"}},
{emqx_resource, {path, "../../apps/emqx_resource"}},
{emqx_bridge, {path, "../../apps/emqx_bridge"}},
{greptimedb, {git, "https://github.com/GreptimeTeam/greptimedb-client-erl", {tag, "v0.1.2"}}}
{greptimedb, {git, "https://github.com/GreptimeTeam/greptimedb-client-erl", {tag, "v0.1.3"}}}
]}.
{plugins, [rebar3_path_deps]}.
{project_plugins, [erlfmt]}.