From 4e33a06fba68255080f456d403798472ca5a158f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:37:47 +0000 Subject: [PATCH] Update dependency gohugoio/hugo to v0.163.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 533f3e3..3fccccd 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.2 +ARG HUGO_VERSION=v0.163.3 # renovate: datasource=github-releases depName=sass/dart-sass ARG DART_SASS_VERSION=1.101.0