bumped Hugo version to target the latest - 0.66.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
dd0bd8b2ec
commit
d793224172
@ -2,6 +2,6 @@ FROM archlinux
|
||||
RUN pacman -Syu --noconfirm --needed wget tar git \
|
||||
&& pacman -Scc \
|
||||
&& rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/* \
|
||||
&& wget https://github.com/gohugoio/hugo/releases/download/v0.65.3/hugo_extended_0.65.3_Linux-64bit.tar.gz -O hugo.tgz \
|
||||
&& wget https://github.com/gohugoio/hugo/releases/download/v0.66.0/hugo_extended_0.66.0_Linux-64bit.tar.gz -O hugo.tgz \
|
||||
&& tar xfv hugo.tgz \
|
||||
&& mv -v hugo /usr/local/bin/ && rm -v hugo.tgz README.md LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user