From 8b7f618e8a883f7575ae7bf940e4bfffd2a00e40 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 8 Mar 2022 17:25:49 +0100 Subject: [PATCH] chore: bump hugo to version 0.93.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9617827..69ca82d 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.1 +ENV HUGO_VERSION 0.93.3 ARG BUILD_DATE ARG VCS_REF