fix: use pre-built mdbook image
Some checks failed
books / docker (push) Successful in 12s
books / deploy (push) Failing after 1s

This commit is contained in:
Djohn 2026-02-07 11:04:04 +01:00
parent f8d7067ea0
commit 6ab266ade5
No known key found for this signature in database

View file

@ -1,8 +1,5 @@
# Build stage
FROM rust:1.75-alpine AS builder
RUN apk add --no-cache musl-dev
RUN cargo install mdbook --version 0.4.40
# Build stage - use pre-built mdbook
FROM peaceiris/mdbook:v0.4.40 AS builder
WORKDIR /book
COPY book.toml .