From 453dce6ef7d132877b5209265721b3e3be97be08 Mon Sep 17 00:00:00 2001 From: surtur Date: Sat, 19 Jun 2021 20:55:42 +0200 Subject: [PATCH] chore: bump hugo version to 0.84.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 02113f6..7593a97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM registry.fedoraproject.org/fedora-minimal:34 -ENV HUGO_VERSION 0.83.1 +ENV HUGO_VERSION 0.84.0 ARG BUILD_DATE ARG VCS_REF