From b9f9dc5e4f71558570151d9383a90e6d2383c319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 00:06:06 +0000 Subject: [PATCH] Bump gohugoio/hugo from v0.165.0 to v0.166.0 Bumps [gohugoio/hugo](https://github.com/gohugoio/hugo) from v0.165.0 to v0.166.0. - [Release notes](https://github.com/gohugoio/hugo/releases) - [Commits](https://github.com/gohugoio/hugo/compare/v0.165.0...v0.166.0) --- updated-dependencies: - dependency-name: gohugoio/hugo dependency-version: v0.166.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7265d5b..d77757c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/gohugoio/hugo:v0.165.0 AS builder +FROM ghcr.io/gohugoio/hugo:v0.166.0 AS builder WORKDIR /project COPY --chown=hugo:hugo . .