diff --git a/Containerfile b/Containerfile index 60b29e4..0fb900b 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,5 @@ -FROM fedora:latest AS build +FROM klakegg/hugo:0.104.3 AS build -RUN dnf install -y hugo RUN mkdir /build WORKDIR /build COPY . /build/