From e756b94e0aaf3c33c1f1061fbf9ef12952b1fdc7 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Fri, 26 Jan 2024 09:19:49 +0100 Subject: [PATCH] Bump hugo version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8389f02..5f86a15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \