diff --git a/Dockerfile b/Dockerfile index 8aa512f..e8a0b45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN dnf install \ --nodocs -y \ coreutils-single libstdc++ \ && dnf clean all --installroot /fakeroot -RUN curl -L -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v0.131.0/hugo_extended_0.131.0_linux-amd64.tar.gz" +RUN curl -L -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_extended_0.145.0_linux-amd64.tar.gz" RUN tar xvf hugo.tar.gz RUN cp hugo /fakeroot/usr/local/bin/hugo