Skip to content

Commit

Permalink
Merge pull request #571 from jenkins-infra/updatecli_main_aa48033eaa9…
Browse files Browse the repository at this point in the history
…125c18d284d579cf9ba65a17df36203a775479df317fccdc725d3

Bump Hugo version to 0.140.0
  • Loading branch information
dduportal authored Dec 18, 2024
2 parents db0b9aa + 24eb803 commit 4c8c71a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.139.4
image: hugomods/hugo:ci-0.140.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.139.4"
HUGO_VERSION = "0.140.0"

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

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

0 comments on commit 4c8c71a

Please sign in to comment.