From c76012f7720be2b29973c0d89b2745a848735d78 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Wed, 20 Mar 2024 21:18:10 +0100 Subject: [PATCH] chore(deps): update dependency gohugoio/hugo to v0.124.1 (#141) Reviewed-on: https://gitea.rknet.org/container/hugo/pulls/141 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 5ecf34d..a57d102 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.122.0}" +ENV HUGO_VERSION="${HUGO_VERSION:-v0.124.1}" ENV HUGO_ENV=production