From 8b58345c5d2a3a5c37b723c6f8a6cd4a20e8d76a Mon Sep 17 00:00:00 2001 From: surtur Date: Sat, 15 Jan 2022 01:15:17 +0100 Subject: [PATCH] chore: bump hugo to version 0.92.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e623b41..40a79ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM immawanderer/archlinux:linux-amd64 -ENV HUGO_VERSION 0.91.2 +ENV HUGO_VERSION 0.92.0 ARG BUILD_DATE ARG VCS_REF