From 28a6a8283e7d01c3d0883c7d4ed3a828b182bb43 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 2 May 2023 23:54:47 -0500 Subject: [PATCH] Update hugo container --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 0fb900b..dc652f4 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM klakegg/hugo:0.104.3 AS build +FROM klakegg/hugo:0.107.0 AS build RUN mkdir /build WORKDIR /build