From 257fb4f393c25c1e0c529dc711f1f3306a95ef7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 07:30:17 -0400 Subject: [PATCH] chore(deps): update clickhouse/clickhouse-server docker tag to v24.6.2.17 (#9530) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 8a4a868f30dd..6429dbcc8a4d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: clickhouse: - image: clickhouse/clickhouse-server:24.6.1.4423-alpine + image: clickhouse/clickhouse-server:24.6.2.17-alpine ports: - 8123:8123 # http port - 9000:9000 # native protocol port