waylybaye / HyperApp-Guide

HyperApp user's manual
1.56k stars 325 forks source link

Hugo镜像版本过旧,无法兼容新主题 #272

Open zeitsand opened 5 years ago

zeitsand commented 5 years ago

https://hub.docker.com/r/hyperapp/hugo/dockerfile 里面写死了版本号 ENV HUGO_VERSION=0.45.1

建议修改成0.55以上或者直接指定latest版本。

谢谢!

xchani commented 10 months ago

可以用jojomi/hugo并把它伪装成hyperapp/hugo:

docker pull jojomi/hugo
docker image tag jojomi/hugo:latest hyperapp/hugo:latest