From 51c9c670554c15678523227efed48e7efe8d03b3 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sat, 2 Jan 2021 10:13:59 -0500 Subject: [PATCH] Hugo v0.80.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 04d139a..014a068 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM golang:1.15-alpine # the following version can be overridden at image build time with --build-arg -ARG HUGO_VERSION=0.79.1 +ARG HUGO_VERSION=0.80.0 # remove/comment the following line completely to build with vanilla Hugo: ARG HUGO_EXTENDED=1