Change to hugo base image
This commit is contained in:
+1
-2
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user