We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ff932 commit c7d96ecCopy full SHA for c7d96ec
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# 阶段一:构建默认站点(使用官方示例站点 + FixIt 主题)
2
-FROM hugomods/hugo:exts-0.156.0 AS builder
+FROM peaceiris/hugo-extended:0.156.0 AS builder
3
4
# 安装 git(主题需要)
5
RUN apk add --no-cache git
0 commit comments