Skip to content

Commit 9ce9069

Browse files
committed
ci: upgrade hugo to v0.138.0
Signed-off-by: David Karlsson <[email protected]>
1 parent e9329d5 commit 9ce9069

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ARG ALPINE_VERSION=3.20
55
ARG GO_VERSION=1.23
66
ARG HTMLTEST_VERSION=0.17.0
7-
ARG HUGO_VERSION=0.136.5
7+
ARG HUGO_VERSION=0.138.0
88
ARG NODE_VERSION=22
99
ARG PAGEFIND_VERSION=1.1.1
1010

netlify.toml

Lines changed: 1 addition & 1 deletion
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.136.5"
7+
HUGO_VERSION = "0.138.0"
88
HUGO_ENABLEGITINFO = "true"
99
HUGO_ENVIRONMENT = "preview"
1010

0 commit comments

Comments
 (0)