From cebbd5711e6e6ac82ea04bcdc8c4bd2cb7ce4f01 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 24 Mar 2020 08:58:32 -0400 Subject: [PATCH] Hugo v0.68.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4aae300..aff8591 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:12-alpine -ENV HUGO_VERSION 0.68.1 +ENV HUGO_VERSION 0.68.2 # remove/comment the following line completely to build with vanilla Hugo: ENV HUGO_EXTENDED 1