hugo版本升级
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
zhbaor 2025-03-04 10:18:15 +08:00
parent 4b3e5b9ac7
commit 3a6a22ba89

View file

@ -7,7 +7,7 @@ RUN dnf install \
--nodocs -y \ --nodocs -y \
coreutils-single libstdc++ \ coreutils-single libstdc++ \
&& dnf clean all --installroot /fakeroot && 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 tar xvf hugo.tar.gz
RUN cp hugo /fakeroot/usr/local/bin/hugo RUN cp hugo /fakeroot/usr/local/bin/hugo