From 4d8983f5e759f7d43ac463a299caedab5f2fd2e5 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Mon, 26 Aug 2019 10:39:35 -0400 Subject: [PATCH] Hugo v0.39 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6f7e80b..f92539c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -ENV HUGO_VERSION 0.38.2 +ENV HUGO_VERSION 0.39 LABEL "com.github.actions.name"="Hugo Build" LABEL "com.github.actions.description"="Hugo as an action. Includes legacy versions."