From 88636ed07b47eec5fcbce91ab863d8b9d0471669 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:28:04 +0100 Subject: [PATCH] deps: bump hugo version to v0.141.0 Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- Dockerfile | 2 +- hugo.yaml | 2 +- netlify.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 963ac44db7..cfe29a65fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG ALPINE_VERSION=3.21 ARG GO_VERSION=1.23 ARG HTMLTEST_VERSION=0.17.0 -ARG HUGO_VERSION=0.139.0 +ARG HUGO_VERSION=0.141.0 ARG NODE_VERSION=22 ARG PAGEFIND_VERSION=1.3.0 diff --git a/hugo.yaml b/hugo.yaml index 2d510b427c..36c6795f46 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -261,7 +261,7 @@ module: proxy: https://proxy.golang.org,direct hugoVersion: extended: false - min: "0.139.0" + min: "0.141.0" mounts: # Mount the assets directory so it doesn't get overwritten - source: assets diff --git a/netlify.toml b/netlify.toml index fc28775429..5fa86c689e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ publish = "public" [context.deploy-preview.environment] NODE_VERSION = "22" NODE_ENV = "production" -HUGO_VERSION = "0.139.0" +HUGO_VERSION = "0.141.0" HUGO_ENABLEGITINFO = "true" HUGO_ENVIRONMENT = "preview"