From 3889588b3489fe31cc30c846155f509f10837398 Mon Sep 17 00:00:00 2001 From: Phoenix/HotaruBlaze Date: Mon, 24 Mar 2025 22:15:55 +0000 Subject: [PATCH] Well that image is abandoned and not up to date lol --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 05cd26c..dc55c7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM jakejarvis/hugo-extended:0.124.1 AS hugo-builder +FROM ghcr.io/peaceiris/hugo:v0.145.0-full AS hugo-builder COPY . /app WORKDIR /app RUN /usr/bin/hugo --minify --source=src/ --destination /app/build/