Skip to content

Commit

Permalink
bump Dockerfile clickhouse to v24.8.14.39-lts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamushadenes committed Feb 25, 2025
1 parent 23e6009 commit c4b715e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN echo "clickhouse-client clickhouse-server/root_password password root" | deb
RUN DEBIAN_FRONTEND=noninteractive apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 8919F6BD2B48D754 && \
echo "deb https://packages.clickhouse.com/deb stable main" >> /etc/apt/sources.list && \
apt-get update -qq && \
apt-get install -y clickhouse-server=23.5.3.24 clickhouse-client=23.5.3.24 clickhouse-common-static=23.5.3.24 && \
apt-get install -y clickhouse-server=24.8.14.39-lts clickhouse-client=24.8.14.39-lts clickhouse-common-static=24.8.14.39-lts && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit c4b715e

Please sign in to comment.