Skip to content

Commit

Permalink
scripts: update development Dockerfile to use stable Rust
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos López <[email protected]>
  • Loading branch information
00xc committed Aug 30, 2023
1 parent e23b83c commit dbbd717
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/docker/opensuse-rust.docker
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ RUN zypper ref && \
USER $USER_NAME

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rustup-init.sh && \
sh /tmp/rustup-init.sh --default-toolchain nightly-x86_64-unknown-linux-gnu --component rust-src -y
sh /tmp/rustup-init.sh -y \
--default-toolchain stable-x86_64-unknown-linux-gnu \
--target x86_64-unknown-none

0 comments on commit dbbd717

Please sign in to comment.