Bump dockerfile to use hugo 0.120.4

This commit is contained in:
Ariejan de Vroom 2024-01-24 15:53:27 +01:00
parent d5de19a84c
commit bebf8aa323
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.111.2
ENV HUGO_VERSION 0.120.4
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 && \