Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Bump rust version in release Dockerfile
Rūdolfs Ošiņš committed 15 days ago
commit 9f20920edc838b678eca106e51822d55bdd25386
parent b8761e8
1 file changed +1 -1
modified Dockerfile.release
@@ -59,7 +59,7 @@ RUN apt-get install -y --no-install-recommends \
# Rust: native ARM64 toolchain so the Tauri CLI runs without emulation,
# plus the x86_64 target for the actual compiled output.
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
-
    sh -s -- -y --default-toolchain 1.84.1
+
    sh -s -- -y --default-toolchain 1.90
ENV PATH="/root/.cargo/bin:${PATH}"
RUN rustup target add x86_64-unknown-linux-gnu