From 9d305aed9bb2dc57e4e4706dcc6e81f9375f41a3 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sun, 11 Feb 2024 13:12:45 +0100 Subject: [PATCH] chore(deps): update dependency gohugoio/hugo to v0.122.0 (#138) Reviewed-on: https://gitea.rknet.org/container/hugo/pulls/138 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 33ccd57..5ecf34d 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.121.2}" +ENV HUGO_VERSION="${HUGO_VERSION:-v0.122.0}" ENV HUGO_ENV=production