From a9fa1a56f6da7f5be2bd23ea0ee31a4fcd66f586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 01:04:11 +0000 Subject: [PATCH] build(deps): bump gohugoio/hugo from v0.164.0 to v0.165.0 in /website Bumps [gohugoio/hugo](https://github.com/gohugoio/hugo) from v0.164.0 to v0.165.0. - [Release notes](https://github.com/gohugoio/hugo/releases) - [Commits](https://github.com/gohugoio/hugo/compare/v0.164.0...v0.165.0) --- updated-dependencies: - dependency-name: gohugoio/hugo dependency-version: v0.165.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- website/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/Dockerfile b/website/Dockerfile index 11c975e9e..916f19a0e 100644 --- a/website/Dockerfile +++ b/website/Dockerfile @@ -1,4 +1,4 @@ # Use a Dockerfile for the image ref so that Dependabot can update it for us. -FROM ghcr.io/gohugoio/hugo:v0.164.0@sha256:f8671f2299e60154536c158bff8ce27f6eef4dddbbfc73bcce66263276ae0f80 +FROM ghcr.io/gohugoio/hugo:v0.165.0@sha256:608a19e34f86de36773503adbaab174fc28a6e338dc7904e03c70320b003a153 USER root