From 003d2d113dc0942b2aed41a723ce4aaf3cb0f10c Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 10 Jun 2022 14:42:29 +0200 Subject: [PATCH] chore: bump hugo to version 0.100.2 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index a694782..70ea35a 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.1 +ENV HUGO_VERSION 0.100.2 ARG BUILD_DATE ARG VCS_REF