File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- MDBOOK_BIN_VERSION ?= v0.4.37
1+ MDBOOK_BIN_VERSION ?= v0.4.52
22SOURCE_PATH := docs/user-guide
33CONTAINER_RUNTIME ?= docker
44IMAGE_NAME := quay.io/metal3-io/mdbook
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ ARG ARCH=amd64
2222RUN CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} \
2323 go build -tags=tools -a -ldflags '-extldflags "-static"' \
2424 -o mdbook-releasetags ./releasetags
25- ARG MDBOOK_RELEASE_URL="https://github.com/rust-lang/mdBook/releases/download/v0.4.37 /mdbook-v0.4.37 -x86_64-unknown-linux-gnu.tar.gz"
25+ ARG MDBOOK_RELEASE_URL="https://github.com/rust-lang/mdBook/releases/download/v0.4.52 /mdbook-v0.4.52 -x86_64-unknown-linux-gnu.tar.gz"
2626RUN curl -L "${MDBOOK_RELEASE_URL}" \
2727 | tar xvz -C /workspace
2828
29- FROM netlify/build:focal
29+ FROM netlify/build:noble
3030WORKDIR /workdir
3131COPY --from=builder /workspace/mdbook-releasetags /workspace/mdbook /usr/bin/
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ title = "Metal³ user-guide"
88
99[output .html ]
1010git-repository-url = " https://github.com/metal3-io/"
11- curly-quotes = true
11+ smart-punctuation = true
You can’t perform that action at this time.
0 commit comments