From 1d94edb3f423bdbee5e7bbddb014c647084f8836 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 17 Apr 2022 00:03:39 +0200 Subject: [PATCH] chore: bump hugo to version 0.97.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7053883..79b2842 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.96.0 +ENV HUGO_VERSION 0.97.1 ARG BUILD_DATE ARG VCS_REF