Selaa lähdekoodia

Updates hugo docker image for newest version

Colin Powell 1 kuukausi sitten
vanhempi
commit
80e6461238
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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: