From f7f13f09cded2c6ea9e04ae6dc56d1328dd4968f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:58:44 +0000 Subject: [PATCH] Update dependency gohugoio/hugo to v0.164.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3fccccd..4a2c289 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.26-trixie LABEL maintainer="Julian Nonino " # renovate: datasource=github-releases depName=gohugoio/hugo -ARG HUGO_VERSION=v0.163.3 +ARG HUGO_VERSION=v0.164.0 # renovate: datasource=github-releases depName=sass/dart-sass ARG DART_SASS_VERSION=1.101.0