From e08b6c494f08738d3f9e4b0913e09599df8fffaf Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Tue, 20 Aug 2024 20:38:01 +0200 Subject: [PATCH] chore(deps): update dependency gohugoio/hugo to v0.133.0 (#149) Reviewed-on: https://gitea.rknet.org/container/hugo/pulls/149 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index fb044d3..15fe560 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -14,7 +14,7 @@ ARG TARGETVARIANT ARG HUGO_VERSION # renovate: datasource=github-releases depName=gohugoio/hugo -ENV HUGO_VERSION="${HUGO_VERSION:-v0.127.0}" +ENV HUGO_VERSION="${HUGO_VERSION:-v0.133.0}" ENV HUGO_ENV=production