Change to hugo base image

This commit is contained in:
Greg Hellings
2024-04-22 01:38:32 -05:00
parent e7559830ad
commit 8ddb4f20e4
+1 -2
View File
@@ -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 RUN mkdir /build
WORKDIR /build WORKDIR /build
COPY . /build/ COPY . /build/