Skip to content

Commit

Permalink
Pin clickhouse-server:24.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Feb 13, 2025
1 parent d633df0 commit 996f095
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import org.apache.kyuubi.engine.jdbc.WithJdbcServerContainer

trait WithClickHouseContainer extends WithJdbcServerContainer {

private val clickHouseDockerImage = "clickhouse/clickhouse-server:23.8"
private val clickHouseDockerImage = "clickhouse/clickhouse-server:24.3.15"

override val containerDef: ClickHouseContainer.Def = ClickHouseContainer.Def(dockerImageName =
DockerImageName.parse(clickHouseDockerImage))
Expand Down

0 comments on commit 996f095

Please sign in to comment.