From 1e8889211708f176740f241cd48cb6804cff2a0f Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sat, 8 Jun 2024 12:51:50 +0200 Subject: [PATCH] chore(deps): update dependency gohugoio/hugo to v0.127.0 (#146) Reviewed-on: https://gitea.rknet.org/container/hugo/pulls/146 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 761699f..71b445d 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.125.7}" +ENV HUGO_VERSION="${HUGO_VERSION:-v0.127.0}" ENV HUGO_ENV=production