From 9afe8073df422ca8150b3db94179cb37628a7c5d Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Mon, 26 Aug 2019 10:33:55 -0400 Subject: [PATCH] Hugo v0.32.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c6b93a..9cec656 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -ENV HUGO_VERSION 0.32 +ENV HUGO_VERSION 0.32.1 LABEL "com.github.actions.name"="Hugo Build" LABEL "com.github.actions.description"="Hugo as an action. Includes legacy versions."