Skip to content

Commit

Permalink
Bump Hugo version to 0.138.0 (#552)
Browse files Browse the repository at this point in the history
* chore: Update Hugo version in the Netlify configuration file

Made with ❤️️ by updatecli

* chore: Update Hugo version in docker image name in docker-compose.yaml

Made with ❤️️ by updatecli

* fixup: update Hugo config for 0.138.x

Signed-off-by: Damien Duportal <[email protected]>

---------

Signed-off-by: Damien Duportal <[email protected]>
Co-authored-by: jenkins-infra-updatecli <178728+jenkins-infra-updatecli[bot]@users.noreply.github.com>
Co-authored-by: Damien Duportal <[email protected]>
  • Loading branch information
3 people authored Nov 14, 2024
1 parent be08a2a commit 417317f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -521,3 +521,7 @@ security:
- ^go$
- ^npx$
- ^postcss$
- ^git$

ignoreLogs:
- 'warning-goldmark-raw-html'
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
status:
image: hugomods/hugo:ci-0.128.0
image: hugomods/hugo:ci-0.138.0
volumes:
- .:/src
ports:
Expand Down
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
functions = "functions"

[build.environment]
HUGO_VERSION = "0.128.0"
HUGO_VERSION = "0.138.0"

[[headers]]
for = "/*.json"
Expand All @@ -14,7 +14,7 @@
[context.production.environment]
HUGO_ENV = "production"
NODE_ENV = "production"
HUGO_VERSION = "0.128.0"
HUGO_VERSION = "0.138.0"

[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
Expand Down

0 comments on commit 417317f

Please sign in to comment.