File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ ENV LC_ALL C.UTF-8
1111ENV LANG en_US.UTF-8
1212ENV 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
1616RUN git clone https://github.com/getzola/zola.git zola
1717
1818RUN cd zola && git checkout v0.19.2 && cargo install --path . --locked
1919
2020RUN 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
2424COPY .github/action/entrypoint.sh /entrypoint.sh
2525
You can’t perform that action at this time.
0 commit comments