diff --git a/Dockerfile b/Dockerfile index d3035bb..03380d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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