浏览代码

Updates hugo docker image for newest version

Colin Powell 1 月之前
父节点
当前提交
80e6461238
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -8,7 +8,7 @@ name: build and publish
 
 steps:
   - name: build
-    image: klakegg/hugo:alpine
+    image: hugomods/hugo
     commands:
       - hugo -d /tmp/.build/public
     volumes: