From 92946d0c39dd5a27ff8c9a403a4f2f3cc2d5ab4a Mon Sep 17 00:00:00 2001
From: koh-sh <34917718+koh-sh@users.noreply.github.com>
Date: Sat, 28 Feb 2026 12:25:24 +0000
Subject: [PATCH] fix: resolve .Site.Author error for Hugo 0.156.0 (#583)

---
 .devcontainer/Dockerfile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index 57d9a9a..cafce62 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -5,9 +5,9 @@
 # VARIANT can be either 'hugo' for the standard version or 'hugo_extended' for the extended version.
 ARG VARIANT=hugo_extended
 # VERSION can be either 'latest' or a specific version number
-ARG HUGO_VERSION="0.147.8"
+ARG HUGO_VERSION="0.157.0"
 
-ARG DART_SASS_VERSION="1.89.2"
+ARG DART_SASS_VERSION="1.97.3"
 
 # Download Hugo
 RUN apt-get update && apt-get install -y ca-certificates openssl git curl && \

--
Gitblit v1.10.0