Skip to content

Commit

Permalink
chore: bump Hugo from 0.95.0 to 0.128.0 (older available version for …
Browse files Browse the repository at this point in the history
…the Docker image)

Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal committed Nov 7, 2024
1 parent 180fff3 commit fbcb0f0
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,5 +1,5 @@
x-base: &base
image: hugomods/hugo:ci-0.95.0
image: hugomods/hugo:ci-0.128.0
volumes:
- .:/src

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.95.0"
HUGO_VERSION = "0.128.0"

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

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

0 comments on commit fbcb0f0

Please sign in to comment.