From 5d83f830553c0f54eab50a1a2b8baefb6250b536 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sat, 12 Feb 2022 11:04:23 +0100 Subject: [PATCH] chore(deps): update dependency gohugoio/hugo to v0.92.2 (#34) 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 b17eb0e..0a728a4 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.92.1}" +ENV HUGO_VERSION="${BUILD_VERSION:-v0.92.2}" ENV HUGO_ENV=production