From eeca8c075de558090cef46ed8fc95480556aaba0 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 17 Jun 2022 15:52:56 +0200 Subject: [PATCH] chore bump hugo to version 0.101.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 58304e6..33fa10e 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ FROM docker.io/immawanderer/archlinux:linux-amd64 -ENV HUGO_VERSION 0.100.2 +ENV HUGO_VERSION 0.101.0 ARG BUILD_DATE ARG VCS_REF