Skip to content

Commit

Permalink
chore: lock ch version to 24-alpine (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrn14897 authored Feb 12, 2025
1 parent 759da7a commit bb6abc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
depends_on:
- ch-server
ch-server:
image: clickhouse/clickhouse-server:head-alpine
image: clickhouse/clickhouse-server:24-alpine
environment:
# default settings
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: 1
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ services:
# - db
# - redis
ch-server:
image: clickhouse/clickhouse-server:head-alpine
image: clickhouse/clickhouse-server:24-alpine
ports:
- 8123:8123 # http api
- 9000:9000 # native
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ services:
- db
- redis
ch-server:
image: clickhouse/clickhouse-server:head-alpine
image: clickhouse/clickhouse-server:24-alpine
ports:
- 8123:8123 # http api
- 9000:9000 # native
Expand Down

0 comments on commit bb6abc2

Please sign in to comment.