From 8ccc108f33a720b91bea2c02965376eb7dcd68ee Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sun, 5 Jan 2020 14:40:20 -0500 Subject: [PATCH] Hugo v0.62.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b6ea7bd..a389dcd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -ENV HUGO_VERSION 0.62.1 +ENV HUGO_VERSION 0.62.2 # remove/comment the following line completely to build with vanilla Hugo: ENV HUGO_EXTENDED 1