This is an automated email from the ASF dual-hosted git repository.

hellostephen pushed a commit to branch hello-stephen-patch-4
in repository https://gitbox.apache.org/repos/asf/doris.git

commit b8ea713e8ba1af3d8fcd77e4bed9a5ddffcbd94a
Author: Dongyang Li <hello_step...@qq.com>
AuthorDate: Wed Aug 21 13:15:31 2024 +0800

    [fix](docker) update clickhouse docker image version
    
    23.3 has a known issue that causes it not to run init scripts,
    https://github.com/ClickHouse/ClickHouse/pull/59991
    23.8 fixed
---
 docker/thirdparties/docker-compose/clickhouse/clickhouse.yaml.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/thirdparties/docker-compose/clickhouse/clickhouse.yaml.tpl 
b/docker/thirdparties/docker-compose/clickhouse/clickhouse.yaml.tpl
index eaa15934177..82e33d4d719 100644
--- a/docker/thirdparties/docker-compose/clickhouse/clickhouse.yaml.tpl
+++ b/docker/thirdparties/docker-compose/clickhouse/clickhouse.yaml.tpl
@@ -19,7 +19,7 @@ version: "2.1"
 
 services:
   doris--clickhouse:
-    image: "clickhouse/clickhouse-server:23.3"
+    image: "clickhouse/clickhouse-server:23.8"
     restart: always
     environment:
       CLICKHOUSE_PASSWORD: 123456


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to