change hugo base image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user