From 3a6a22ba893bf725d7580ff938a3c8dfe7fb7b72 Mon Sep 17 00:00:00 2001 From: zhbaor Date: Tue, 4 Mar 2025 10:18:15 +0800 Subject: [PATCH] =?UTF-8?q?hugo=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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