From dc7c5d4757a325b1d0f39e54e6f1736e3ddbcad7 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 23 Jan 2020 23:06:58 -0500 Subject: [PATCH] Hugo v0.63.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4eb942b..ad7c0a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -ENV HUGO_VERSION 0.63.0 +ENV HUGO_VERSION 0.63.1 # remove/comment the following line completely to build with vanilla Hugo: ENV HUGO_EXTENDED 1