From adc2d69a876bea701d227fd83f7c6472e743fb68 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 20 May 2022 15:53:43 +0200 Subject: [PATCH] chore: bump hugo to version 0.99.1 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index ebac462..a694782 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.99.0 +ENV HUGO_VERSION 0.99.1 ARG BUILD_DATE ARG VCS_REF