From b4645909c9db39b06b2b8a24f97ca4ab3eb88ae5 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 16 Nov 2021 22:57:47 +0100 Subject: [PATCH] chore: bump hugo to version 0.89.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8be06af..f9f0ada 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.89.2 +ENV HUGO_VERSION 0.89.3 ARG BUILD_DATE ARG VCS_REF