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"