From 709ce96237b0c7f712bc5520f137303a4dbf3fab Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 29 Jun 2021 23:21:39 +0200 Subject: [PATCH] chore: bump hugo to version 0.84.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7593a97..f5cebd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM registry.fedoraproject.org/fedora-minimal:34 -ENV HUGO_VERSION 0.84.0 +ENV HUGO_VERSION 0.84.2 ARG BUILD_DATE ARG VCS_REF