Skip to content

Commit

Permalink
update to zola v0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
shalzz committed Jul 17, 2022
1 parent 353f8f5 commit 564a1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV LANGUAGE en_US.UTF-8
RUN apt-get update && apt-get install -y wget git

RUN wget -q -O - \
"https://github.com/getzola/zola/releases/download/v0.15.3/zola-v0.15.3-x86_64-unknown-linux-gnu.tar.gz" \
"https://github.com/getzola/zola/releases/download/v0.16.0/zola-v0.16.0-x86_64-unknown-linux-gnu.tar.gz" \
| tar xzf - -C /usr/local/bin

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 564a1a9

Please sign in to comment.