From 418359e0aa0621658d074a72399a88c111374fc4 Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 14 Feb 2022 16:47:38 +0100 Subject: [PATCH] chore: bump hugo to version 0.92.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b882512..d5cad7e 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.92.0 +ENV HUGO_VERSION 0.92.2 ARG BUILD_DATE ARG VCS_REF