Skip to content

Commit 4417b7a

Browse files
committed
bump clickhouse to 25.3.1.2703
1 parent f2c1aeb commit 4417b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN echo "clickhouse-client clickhouse-server/root_password password root" | deb
2929
RUN DEBIAN_FRONTEND=noninteractive apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 8919F6BD2B48D754 && \
3030
echo "deb https://packages.clickhouse.com/deb lts main" >> /etc/apt/sources.list && \
3131
apt-get update -qq && \
32-
apt-get install -y clickhouse-server=24.8.14.39 clickhouse-client=24.8.14.39 clickhouse-common-static=24.8.14.39 && \
32+
apt-get install -y clickhouse-server=25.3.1.2703 clickhouse-client=25.3.1.2703 clickhouse-common-static=25.3.1.2703 && \
3333
apt-get clean && \
3434
rm -rf /var/lib/apt/lists/*
3535

0 commit comments

Comments
 (0)