Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Bump rust version in release Dockerfile
Rūdolfs Ošiņš committed 1 month ago
commit 9f20920edc838b678eca106e51822d55bdd25386
parent b8761e8c640f1594e8644a4e860890340affb1d7
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