From ff7bf9a011df13049ff090cafb650f3ed36dc540 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Fri, 5 Jan 2024 22:57:47 +0100 Subject: [PATCH] chore(deps): update dependency gohugoio/hugo to v0.121.2 (#132) Reviewed-on: https://gitea.rknet.org/container/hugo/pulls/132 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 b555528..e72e50b 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.1}" +ENV HUGO_VERSION="${HUGO_VERSION:-v0.121.2}" ENV HUGO_ENV=production