From d7932241726df8dddc35f7b5cabc53ad3f94c7a9 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 3 Mar 2020 23:35:08 +0100 Subject: [PATCH] bumped Hugo version to target the latest - 0.66.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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