Skip to content

Commit

Permalink
Merge pull request #21846 from dvdksn/bump-hugo-v0.141.0
Browse files Browse the repository at this point in the history
deps: bump hugo version to v0.141.0
  • Loading branch information
dvdksn authored Jan 17, 2025
2 parents 88205ba + 88636ed commit bb23052
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit bb23052

Please sign in to comment.