From 795cf61a4f8c893a26f96b383a9b6b42c5cf5d78 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 15 Jun 2024 01:30:00 +0200 Subject: [PATCH] fix(core): update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 41e532a..200c556 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM yandex/clickhouse-server +FROM clickhouse/clickhouse-server # Install Node.js and ClickHouse RUN apt-get update \