From 274487a0a3b7e892deefe609d581dd7116c3b40e Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 3 Mar 2022 14:15:18 +0100 Subject: [PATCH] chore: bump hugo to version 0.93.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0f34c8..9617827 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.93.0 +ENV HUGO_VERSION 0.93.1 ARG BUILD_DATE ARG VCS_REF