From c15c1f458b1b36d062d447b46288717115a090ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 19:49:21 +0000 Subject: [PATCH] Update dependency gohugoio/hugo to v0.163.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8989d10..1c6f1a8 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.162.1 +ARG HUGO_VERSION=v0.163.1 # renovate: datasource=github-releases depName=sass/dart-sass ARG DART_SASS_VERSION=1.100.0