feat: upgrade clickhouse base image

This commit is contained in:
Danyal-Faheem 2024-10-22 19:26:06 +05:00 committed by Syed Muhammad Dawoud Sheraz Ali
parent 9f8ed6aacb
commit be91f0741d
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- [Feature] Upgrade Clickhouse base image to 24.2.3.70. (by @Danyal-Faheem)

View File

@ -1,5 +1,5 @@
# https://hub.docker.com/r/clickhouse/clickhouse-server/tags
FROM docker.io/clickhouse/clickhouse-server:24.1.8.22
FROM docker.io/clickhouse/clickhouse-server:24.2.3.70
RUN apt update && apt install -y python3
COPY ./scripts /scripts