Bump hugo version

This commit is contained in:
Ariejan de Vroom 2024-01-26 09:19:49 +01:00
parent 1dd59a7ce1
commit e756b94e0a
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -7,7 +7,7 @@ RUN apt-get update && \
apt-get install -y imagemagick ca-certificates git wget
# Install Hugo
ENV HUGO_VERSION 0.120.4
ENV HUGO_VERSION 0.121.2
RUN wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz && \
tar -xvf hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz && \
mv hugo /usr/local/bin/hugo && \