From fa052ba00ff27a8762492dfacd59c3d234a15d53 Mon Sep 17 00:00:00 2001
From: Fedor Telnov <f.telnov@picodata.io>
Date: Fri, 29 Sep 2023 08:50:41 +0300
Subject: [PATCH] fix toolchain version

---
 Dockerfile.ci | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile.ci b/Dockerfile.ci
index 63ee294..44e32f5 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -13,7 +13,7 @@ RUN dnf install -y epel-release && \
     dnf clean all
 
 # install rust
-RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.67 -y
+RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.70 -y
 ENV PATH="/kafka/bin:/root/.cargo/bin:${PATH}"
 
 RUN cargo install sccache
-- 
GitLab