Skip to content

Commit 2322e6d

Browse files
committed
chore: updated zola
1 parent 63811f2 commit 2322e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y wget git
1515

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

18-
RUN cd zola && git checkout v0.15.2 && cargo install --path . --locked
18+
RUN cd zola && git checkout v0.19.2 && cargo install --path . --locked
1919

2020
RUN cd ..
2121

0 commit comments

Comments
 (0)