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