From 8d24e9fd137a8d96344e81cca4e6add6d4f3ff64 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sun, 31 May 2020 09:26:04 -0400 Subject: [PATCH] Hugo v0.72.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 764469f..808da8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # https://github.com/actions/virtual-environments/blob/master/images/linux/scripts/installers/docker-moby.sh#L42 FROM node:12-alpine -ENV HUGO_VERSION 0.71.1 +ENV HUGO_VERSION 0.72.0 # remove/comment the following line completely to build with vanilla Hugo: ENV HUGO_EXTENDED 1