Skip to content

Commit 5edecaf

Browse files
committed
update zola version to 0.12.2
1 parent e23a7fa commit 5edecaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV LANGUAGE en_US.UTF-8
1313
RUN apt-get update && apt-get install -y wget git
1414

1515
RUN wget -q -O - \
16-
"https://github.com/getzola/zola/releases/download/v0.12.1/zola-v0.12.1-x86_64-unknown-linux-gnu.tar.gz" \
16+
"https://github.com/getzola/zola/releases/download/v0.12.2/zola-v0.12.2-x86_64-unknown-linux-gnu.tar.gz" \
1717
| tar xzf - -C /usr/local/bin
1818

1919
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)