From 9deed312da6eeaad2d1fdd36a960806815257dec Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 20 May 2022 15:54:07 +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 35b4d84..50b5bca 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ FROM docker.io/immawanderer/archlinux:linux-amd64 -ENV HUGO_VERSION 0.99.0 +ENV HUGO_VERSION 0.99.1 ARG BUILD_DATE ARG VCS_REF