From c9a1f28f842d0431a74bb3d0a5559e449cec16bf Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 16 May 2022 16:12:07 +0200 Subject: [PATCH] chore: bump hugo to version 0.99.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 2ab305d..ebac462 100644 --- a/Containerfile +++ b/Containerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.3 FROM registry.fedoraproject.org/fedora-minimal:36 -ENV HUGO_VERSION 0.98.0 +ENV HUGO_VERSION 0.99.0 ARG BUILD_DATE ARG VCS_REF