From ad7270cdd45f36bf66cdd6cfe28437e943fafd31 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 6 Aug 2021 16:19:27 +0200 Subject: [PATCH] chore: bump hugo version to 0.87.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b824591..2edd832 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM registry.fedoraproject.org/fedora-minimal:34 -ENV HUGO_VERSION 0.86.1 +ENV HUGO_VERSION 0.87.0 ARG BUILD_DATE ARG VCS_REF