From aba6687e7f0d70dee850616ced198f6563e8ccf1 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 31 Oct 2019 13:39:38 -0400 Subject: [PATCH] Hugo v0.59.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a0c391..7d74950 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -ENV HUGO_VERSION 0.59.0 +ENV HUGO_VERSION 0.59.1 # remove/comment the following line completely to build with vanilla Hugo: ENV HUGO_EXTENDED 1