Skip to content

Commit bb23052

Browse files
authored
Merge pull request #21846 from dvdksn/bump-hugo-v0.141.0
deps: bump hugo version to v0.141.0
2 parents 88205ba + 88636ed commit bb23052

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ARG ALPINE_VERSION=3.21
55
ARG GO_VERSION=1.23
66
ARG HTMLTEST_VERSION=0.17.0
7-
ARG HUGO_VERSION=0.139.0
7+
ARG HUGO_VERSION=0.141.0
88
ARG NODE_VERSION=22
99
ARG PAGEFIND_VERSION=1.3.0
1010

hugo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ module:
261261
proxy: https://proxy.golang.org,direct
262262
hugoVersion:
263263
extended: false
264-
min: "0.139.0"
264+
min: "0.141.0"
265265
mounts:
266266
# Mount the assets directory so it doesn't get overwritten
267267
- source: assets

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish = "public"
44
[context.deploy-preview.environment]
55
NODE_VERSION = "22"
66
NODE_ENV = "production"
7-
HUGO_VERSION = "0.139.0"
7+
HUGO_VERSION = "0.141.0"
88
HUGO_ENABLEGITINFO = "true"
99
HUGO_ENVIRONMENT = "preview"
1010

0 commit comments

Comments
 (0)