Skip to content

Commit a831b89

Browse files
committed
feat: upgrade hugo to v0.152.2
Signed-off-by: David Karlsson <[email protected]>
1 parent 6ba49de commit a831b89

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
@@ -5,7 +5,7 @@ ARG ALPINE_VERSION=3.21
55
ARG GO_VERSION=1.24
66
ARG HTMLTEST_VERSION=0.17.0
77
ARG VALE_VERSION=3.11.2
8-
ARG HUGO_VERSION=0.141.0
8+
ARG HUGO_VERSION=0.152.2
99
ARG NODE_VERSION=22
1010
ARG PAGEFIND_VERSION=1.3.0
1111

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.141.0"
7+
HUGO_VERSION = "0.152.2"
88
HUGO_ENABLEGITINFO = "true"
99
HUGO_ENVIRONMENT = "preview"
1010
SECRETS_SCAN_OMIT_PATHS = "public/contribute/file-conventions/index.html"

0 commit comments

Comments
 (0)