Skip to content

Commit 8f43ca6

Browse files
committed
Bump mdbook version and container image versions
Signed-off-by: Lennart Jern <[email protected]>
1 parent 86bfb7f commit 8f43ca6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MDBOOK_BIN_VERSION ?= v0.4.37
1+
MDBOOK_BIN_VERSION ?= v0.4.52
22
SOURCE_PATH := docs/user-guide
33
CONTAINER_RUNTIME ?= docker
44
IMAGE_NAME := quay.io/metal3-io/mdbook

docs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ ARG ARCH=amd64
2222
RUN 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"
2626
RUN curl -L "${MDBOOK_RELEASE_URL}" \
2727
| tar xvz -C /workspace
2828

29-
FROM netlify/build:focal
29+
FROM netlify/build:noble
3030
WORKDIR /workdir
3131
COPY --from=builder /workspace/mdbook-releasetags /workspace/mdbook /usr/bin/

docs/user-guide/book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ title = "Metal³ user-guide"
88

99
[output.html]
1010
git-repository-url = "https://github.com/metal3-io/"
11-
curly-quotes = true
11+
smart-punctuation = true

0 commit comments

Comments
 (0)