Skip to content
Snippets Groups Projects
Commit fa052ba0 authored by Fedor Telnov's avatar Fedor Telnov
Browse files

fix toolchain version

parent 134c0496
No related branches found
No related tags found
1 merge request!2add templates usage to build ci
Pipeline #24612 passed
...@@ -13,7 +13,7 @@ RUN dnf install -y epel-release && \ ...@@ -13,7 +13,7 @@ RUN dnf install -y epel-release && \
dnf clean all dnf clean all
# install rust # 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}" ENV PATH="/kafka/bin:/root/.cargo/bin:${PATH}"
RUN cargo install sccache RUN cargo install sccache
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment