From 1d2c4a49cec21c9da2c36ae3060e3a8b486c2827 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 4 Feb 2020 08:29:10 -0500 Subject: [PATCH] Hugo v0.64.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a44389..aecbd17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -ENV HUGO_VERSION 0.63.2 +ENV HUGO_VERSION 0.64.0 # remove/comment the following line completely to build with vanilla Hugo: ENV HUGO_EXTENDED 1