Fix docker build by downgrading Rust version (#119)

This commit is contained in:
Nutomic 2022-10-04 20:29:58 +00:00 committed by GitHub
parent eb41a077ed
commit 50ecfd36f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \