Skip to content

Commit b33a48c

Browse files
akoclaude
andcommitted
chore: bump mdbook to v0.5.2 and use musl for aarch64
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 142cae9 commit b33a48c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ RUN echo '\n# Force UTF-8 mode for tmux\nalias tmux="tmux -u"' >> /home/vscode/.
8282

8383
# Install mdbook (static site generator for documentation)
8484
USER root
85-
RUN MDBOOK_VERSION=v0.4.44 \
85+
RUN MDBOOK_VERSION=v0.5.2 \
8686
&& ARCH="$(uname -m)" \
87-
&& if [ "$ARCH" = "aarch64" ]; then ARCH="aarch64-unknown-linux-gnu"; \
87+
&& if [ "$ARCH" = "aarch64" ]; then ARCH="aarch64-unknown-linux-musl"; \
8888
else ARCH="x86_64-unknown-linux-gnu"; fi \
8989
&& wget -qO- "https://github.com/rust-lang/mdBook/releases/download/${MDBOOK_VERSION}/mdbook-${MDBOOK_VERSION}-${ARCH}.tar.gz" \
9090
| tar -xz -C /usr/local/bin

0 commit comments

Comments
 (0)