From 21541bc118da83038f0d5bee5b7fc0343b14c7db Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 4 Mar 2022 14:06:12 +0000 Subject: [PATCH] chore(deps): update klakegg/hugo docker tag to v0.93.0 (#1135) Co-authored-by: kolaente Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1135 Co-authored-by: renovate Co-committed-by: renovate --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 082ae26068..0fe632a75b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -621,7 +621,7 @@ steps: - tar -xzf vikunja-theme.tar.gz - name: build - image: klakegg/hugo:0.92.2 + image: klakegg/hugo:0.93.0 pull: true commands: - cd docs @@ -874,6 +874,6 @@ steps: - failure --- kind: signature -hmac: 02907ddf1e546a52f5062707fff9237bd1138fa785270a7efffb1981b967ec78 +hmac: 049041c66fff06f5393c9b50b345902d8c3bf947b6f9dfcfdd349ebbe28f6e6b ...