Skip to content

Commit

Permalink
Update to zola 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zbrox authored Feb 17, 2020
1 parent 74f2c24 commit 06095e4
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.9.0/zola-v0.9.0-x86_64-unknown-linux-gnu.tar.gz" \
"https://github.com/getzola/zola/releases/download/v0.10.0/zola-v0.10.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 06095e4

Please sign in to comment.