mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +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
|
RUN ./update-includes.sh
|
||||||
|
|
||||||
# Build the docs
|
# Build the docs
|
||||||
FROM rust:slim as docs
|
FROM rust:1.63-slim as docs
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN cargo install mdbook \
|
RUN cargo install mdbook \
|
||||||
--git https://github.com/Ruin0x11/mdBook.git \
|
--git https://github.com/Ruin0x11/mdBook.git \
|
||||||
|
|
Loading…
Reference in a new issue