Skip to content

Commit 10a6ffd

Browse files
chore(deps): update clickhouse/clickhouse-server docker tag to v26.2.4 (#1504)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5fe06b commit 10a6ffd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/insta/resources/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ services:
179179
clickhouse-server:
180180
condition: service_healthy
181181
hostname: clickhouse
182-
image: "clickhouse/clickhouse-server:${CLICKHOUSE_VERSION:-26.2.3}"
182+
image: "clickhouse/clickhouse-server:${CLICKHOUSE_VERSION:-26.2.4}"
183183
user: "101:101"
184184
volumes:
185185
- "./data/clickhouse/init.sh:/tmp/scripts/init.sh"
@@ -195,7 +195,7 @@ services:
195195
test: "wget --no-verbose --tries=1 --spider http://localhost:8123/ping || exit 1"
196196
timeout: 5s
197197
hostname: clickhouse
198-
image: "clickhouse/clickhouse-server:${CLICKHOUSE_VERSION:-26.2.3}"
198+
image: "clickhouse/clickhouse-server:${CLICKHOUSE_VERSION:-26.2.4}"
199199
ports:
200200
- "8123:8123"
201201
- "9000:9000"

0 commit comments

Comments
 (0)