diff --git a/Dockerfile b/Dockerfile index 74078cd..0f8ab2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Compile the hugo site -FROM klakegg/hugo:ext-alpine AS builder +FROM hugomods/hugo:std-ci AS builder WORKDIR /app COPY ./hugo . RUN hugo --minify --destination ./public