From caa4ee3f6342aab9b47b1f92b363c68c4bf4e28a Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 20 Mar 2022 20:48:19 +0100 Subject: [PATCH] chore: bump hugo to version 0.95.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc6334f..1688251 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM immawanderer/archlinux:linux-amd64 -ENV HUGO_VERSION 0.94.2 +ENV HUGO_VERSION 0.95.0 ARG BUILD_DATE ARG VCS_REF