From 01d3ede7f60db0c776b4526a192ea4dae6a940e6 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 17 Nov 2021 18:33:25 +0100 Subject: [PATCH] chore: bump hugo to version 0.89.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f9f0ada..f0cfc32 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.3 +ENV HUGO_VERSION 0.89.4 ARG BUILD_DATE ARG VCS_REF