From 822f2182869715ba749b8c2965fabb2a2cb4ad97 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Tue, 11 Jul 2023 10:54:11 +0200 Subject: [PATCH] chore(deps): update dependency gohugoio/hugo to v0.115.2 (#109) Reviewed-on: https://gitea.rknet.org/docker/hugo/pulls/109 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf30f93..dd61f16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/hug ARG BUILD_VERSION # renovate: datasource=github-releases depName=gohugoio/hugo -ENV HUGO_VERSION="${BUILD_VERSION:-v0.114.0}" +ENV HUGO_VERSION="${BUILD_VERSION:-v0.115.2}" ENV HUGO_ENV=production