From 3802fc523491ada2b8e271dcd98189f39293f22d Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 6 May 2020 12:04:26 -0400 Subject: [PATCH] Hugo v0.70.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6908d47..6018ad4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:12-alpine -ENV HUGO_VERSION 0.69.2 +ENV HUGO_VERSION 0.70.0 # remove/comment the following line completely to build with vanilla Hugo: ENV HUGO_EXTENDED 1