From 48bdc3182090d847a3b8205a5906cc7984f995cd Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 2 May 2021 00:22:02 +0200 Subject: [PATCH] chore: bump hugo version to 0.83.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f7e779..9e93dd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM registry.fedoraproject.org/fedora-minimal:34 -ENV HUGO_VERSION 0.82.1 +ENV HUGO_VERSION 0.83.0 ARG BUILD_DATE ARG VCS_REF