From 3f3dcdbfbaad158078d868a96f6da3a645e889a1 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 29 Jan 2022 23:30:09 +0100 Subject: [PATCH] fix: use up-to-date hugo image to build --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f9c3210..e0e99fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: - tar -xzf vikunja-theme.tar.gz - name: build - image: monachus/hugo + image: klakegg/hugo:0.91.2 pull: true commands: - rm -rf public