Skip to content

Commit

Permalink
Update zola
Browse files Browse the repository at this point in the history
Update zola to the latest released version - 0.10.1
  • Loading branch information
zbrox authored Mar 23, 2020
1 parent 06095e4 commit 0ddbff1
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.10.0/zola-v0.10.0-x86_64-unknown-linux-gnu.tar.gz" \
"https://github.com/getzola/zola/releases/download/v0.10.1/zola-v0.10.1-x86_64-unknown-linux-gnu.tar.gz" \
| tar xzf - -C /usr/local/bin

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 0ddbff1

Please sign in to comment.