Pin `mdbook` and `typos-cli` versions for Rust 1.86 compatibility
This commit is contained in:
parent
590be640d0
commit
5799829c3f
|
|
@ -157,10 +157,10 @@ RUN mkdir -p /github/home \
|
|||
&& ln -s /root/.rustup /github/home/.rustup
|
||||
|
||||
# Install cargo tools
|
||||
RUN cargo install \
|
||||
RUN cargo install --locked \
|
||||
cargo-binutils \
|
||||
mdbook \
|
||||
typos-cli
|
||||
mdbook@0.4.52 \
|
||||
typos-cli@1.39.0
|
||||
|
||||
# Install QEMU built from the previous stages
|
||||
COPY --from=qemu /usr/local/qemu /usr/local/qemu
|
||||
|
|
|
|||
Loading…
Reference in New Issue