Skip to content

Commit f2c1aeb

Browse files
committed
build
1 parent 70be3aa commit f2c1aeb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Test
33
on:
44
push:
55
branches:
6-
- "main"
6+
- "altinity"
77
pull_request:
88
branches:
99
- "*"

.github/workflows/versioning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Automatic Versioning
33
on:
44
push:
55
branches:
6-
- main
6+
- altinity
77
workflow_call:
88
workflow_dispatch:
99

@@ -34,6 +34,6 @@ jobs:
3434
id: calculate-version
3535
uses: bitshifted/git-auto-semver@v1
3636
with:
37-
main_branch: main
37+
main_branch: altinity
3838
create_tag: true
3939
tag_prefix: "v"

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ RUN echo "clickhouse-client clickhouse-server/root_password password root" | deb
2727

2828
# Install ClickHouse
2929
RUN DEBIAN_FRONTEND=noninteractive apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 8919F6BD2B48D754 && \
30-
echo "deb https://packages.clickhouse.com/deb stable main" >> /etc/apt/sources.list && \
30+
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=23.5.3.24 clickhouse-client=23.5.3.24 clickhouse-common-static=23.5.3.24 && \
32+
apt-get install -y clickhouse-server=24.8.14.39 clickhouse-client=24.8.14.39 clickhouse-common-static=24.8.14.39 && \
3333
apt-get clean && \
3434
rm -rf /var/lib/apt/lists/*
3535

0 commit comments

Comments
 (0)