change hugo base image

This commit is contained in:
2025-03-26 12:29:25 +01:00
parent 68d60a6207
commit 984f55a19e

View File

@@ -1,5 +1,5 @@
# Compile the hugo site # Compile the hugo site
FROM klakegg/hugo:ext-alpine AS builder FROM hugomods/hugo:std-ci AS builder
WORKDIR /app WORKDIR /app
COPY ./hugo . COPY ./hugo .
RUN hugo --minify --destination ./public RUN hugo --minify --destination ./public