From a6b6133ee8e7d3578456c2a0ef4586f7dfd03d38 Mon Sep 17 00:00:00 2001 From: surtur Date: Sat, 20 Feb 2021 10:32:07 +0100 Subject: [PATCH] chore: bump hugo version to 0.81.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a2e07ae..b04da50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM fedora:33 -ENV HUGO_VERSION 0.80.0 +ENV HUGO_VERSION 0.81.0 ARG BUILD_DATE ARG VCS_REF