From fbe21e471692e6429c9bb0a1755bec5ede4cd162 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Sun, 18 Jan 2026 12:28:13 +0700 Subject: [PATCH] feat(hugo): update --- .github/workflows/hugo.yml | 8 ++++---- Dockerfile | 2 +- netlify.toml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index cbaf3d9..bfc9685 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index 6cea7de..b3b8a35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/netlify.toml b/netlify.toml index 2f0a259..b451dd9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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]