Update hugo container

This commit is contained in:
Greg Hellings
2024-04-22 01:38:32 -05:00
parent bb79e5aedf
commit 28a6a8283e
+1 -1
View File
@@ -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