feat(hugo): update

This commit is contained in:
2026-01-18 12:28:13 +07:00
parent 68936e8b2d
commit fbe21e4716
3 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -19,10 +19,10 @@ jobs:
build:
runs-on: ubuntu-latest
env:
DART_SASS_VERSION: 1.83.0
GO_VERSION: 1.23.4
HUGO_VERSION: 0.140.2
NODE_VERSION: 22.12.0
DART_SASS_VERSION: 1.97.1
GO_VERSION: 1.25.5
HUGO_VERSION: 0.154.0
NODE_VERSION: 24.12.0
TZ: Asia/Ho_Chi_Minh
steps:
- name: Checkout
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ghcr.io/gohugoio/hugo:v0.140.2 AS builder
FROM ghcr.io/gohugoio/hugo:v0.154.0 AS builder
WORKDIR /app
COPY . .
RUN hugo --gc --minify
+4 -4
View File
@@ -1,8 +1,8 @@
[build.environment]
DART_SASS_VERSION = "1.83.0"
GO_VERSION = "1.23.4"
HUGO_VERSION = "0.140.2"
NODE_VERSION = "22.12.0"
DART_SASS_VERSION = "1.97.1"
GO_VERSION = "1.25.5"
HUGO_VERSION = "0.154.0"
NODE_VERSION = "24.12.0"
TZ = "Asia/Ho_Chi_Minh"
[build]