bumped Hugo version to target the latest - 0.66.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-03-03 23:35:08 +01:00
parent dd0bd8b2ec
commit d793224172
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -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