From 4a5afdbac457407a30bcd50b44bef80771f4e06e Mon Sep 17 00:00:00 2001 From: surtur Date: Sat, 11 Dec 2021 15:24:54 +0100 Subject: [PATCH] chore: bump hugo to version 0.90.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a49aa1a..4b99036 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM immawanderer/archlinux:linux-amd64 -ENV HUGO_VERSION 0.89.4 +ENV HUGO_VERSION 0.90.1 ARG BUILD_DATE ARG VCS_REF