Browse Source

Updates hugo docker image for newest version

Colin Powell 1 month ago
parent
commit
80e6461238
1 changed files with 1 additions and 1 deletions
  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: