From 24bf30070c1bcbef06f8f4fdafd1d9205e1883fa Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 28 Dec 2021 23:29:45 +0100 Subject: [PATCH] chore: bump hugo to version 0.91.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 244308e..52e6f76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.3 FROM registry.fedoraproject.org/fedora-minimal:35 -ENV HUGO_VERSION 0.91.0 +ENV HUGO_VERSION 0.91.2 ARG BUILD_DATE ARG VCS_REF