From 778690356b8cdd8babf7cb55799413c7020d3153 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 17 Jun 2022 15:54:05 +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 70ea35a..95df29f 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.100.2 +ENV HUGO_VERSION 0.101.0 ARG BUILD_DATE ARG VCS_REF