From d8d182120fc04fc471fc405c171c12706456e20a Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Thu, 23 Dec 2021 17:01:50 +0000 Subject: [PATCH] chore(deps): update dependency gohugoio/hugo to v0.91.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 382915a..8e4891c 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.91.0}" +ENV HUGO_VERSION="${BUILD_VERSION:-v0.91.2}" ENV HUGO_ENV=production -- 2.24.4