mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 11:51:17 +00:00
Fix docker build by downgrading Rust version (#119)
This commit is contained in:
parent
eb41a077ed
commit
50ecfd36f4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ WORKDIR /app/lemmy-docs
|
|||
RUN ./update-includes.sh
|
||||
|
||||
# Build the docs
|
||||
FROM rust:slim as docs
|
||||
FROM rust:1.63-slim as docs
|
||||
WORKDIR /app
|
||||
RUN cargo install mdbook \
|
||||
--git https://github.com/Ruin0x11/mdBook.git \
|
||||
|
|
Loading…
Reference in a new issue