Skip to content

Commit 2ac31ca

Browse files
committed
deps: upgrade hugo to v0.158.0
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent b6455e4 commit 2ac31ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG ALPINE_VERSION=3.23
55
ARG GO_VERSION=1.26
66
ARG HTMLTEST_VERSION=0.17.0
77
ARG VALE_VERSION=3.11.2
8-
ARG HUGO_VERSION=0.156.0
8+
ARG HUGO_VERSION=0.158.0
99
ARG NODE_VERSION=22
1010
ARG PAGEFIND_VERSION=1.5.0-beta.1
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.156.0"
7+
HUGO_VERSION = "0.158.0"
88
HUGO_ENABLEGITINFO = "true"
99
HUGO_ENVIRONMENT = "preview"
1010
SECRETS_SCAN_OMIT_PATHS = "public/contribute/file-conventions/index.html"

0 commit comments

Comments
 (0)