Skip to content

Commit c34b134

Browse files
committed
chore:update version mdbook version for build docs
1 parent b5e0f51 commit c34b134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/action/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ ENV LC_ALL C.UTF-8
1111
ENV LANG en_US.UTF-8
1212
ENV LANGUAGE en_US.UTF-8
1313

14-
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y wget git openjdk-17-jdk java-common maven
14+
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y wget git openjdk-19-jdk java-common maven
1515

1616
RUN git clone https://github.com/getzola/zola.git zola
1717

1818
RUN cd zola && git checkout v0.19.2 && cargo install --path . --locked
1919

2020
RUN cd ..
2121

22-
RUN cargo install mdbook --locked --version="^0.4" && cargo install mdbook-variables --locked --version="^0.2"
22+
RUN cargo install mdbook --locked --version="^0.5" && cargo install mdbook-variables --locked --version="^0.4"
2323

2424
COPY .github/action/entrypoint.sh /entrypoint.sh
2525

0 commit comments

Comments
 (0)