From f97154879d3d16d815336a622939fd0af5681c25 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Mon, 5 Jul 2021 08:05:59 -0400 Subject: [PATCH] Hugo v0.85.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c4a5426..0a3d216 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # the following version can be overridden at image build time with --build-arg -ARG HUGO_VERSION=0.84.4 +ARG HUGO_VERSION=0.85.0 # remove/comment the following line completely to compile vanilla Hugo: ARG HUGO_BUILD_TAGS=extended