File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
ARG ALPINE_VERSION=3.21
5
5
ARG GO_VERSION=1.23
6
6
ARG HTMLTEST_VERSION=0.17.0
7
- ARG HUGO_VERSION=0.139 .0
7
+ ARG HUGO_VERSION=0.141 .0
8
8
ARG NODE_VERSION=22
9
9
ARG PAGEFIND_VERSION=1.3.0
10
10
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ module:
261
261
proxy : https://proxy.golang.org,direct
262
262
hugoVersion :
263
263
extended : false
264
- min : " 0.139 .0"
264
+ min : " 0.141 .0"
265
265
mounts :
266
266
# Mount the assets directory so it doesn't get overwritten
267
267
- source : assets
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ publish = "public"
4
4
[context .deploy-preview .environment ]
5
5
NODE_VERSION = " 22"
6
6
NODE_ENV = " production"
7
- HUGO_VERSION = " 0.139 .0"
7
+ HUGO_VERSION = " 0.141 .0"
8
8
HUGO_ENABLEGITINFO = " true"
9
9
HUGO_ENVIRONMENT = " preview"
10
10
You can’t perform that action at this time.
0 commit comments