From f5b0c603a357b9061e140a10372643f06650da2a Mon Sep 17 00:00:00 2001 From: renovate Date: Sun, 13 Mar 2022 15:59:41 +0000 Subject: [PATCH] chore(deps): update klakegg/hugo docker tag to v0.93.3 (#1142) Co-authored-by: kolaente Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1142 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 66b1cb6cb5..05cafa6f36 100644 --- a/.drone.yml +++ b/.drone.yml @@ -621,7 +621,7 @@ steps: - tar -xzf vikunja-theme.tar.gz - name: build - image: klakegg/hugo:0.93.2 + image: klakegg/hugo:0.93.3 pull: true commands: - cd docs @@ -874,6 +874,6 @@ steps: - failure --- kind: signature -hmac: a0f3ae75b3624988b33dc5747cca0249972f0150d08a5002973ab23303d3eedb +hmac: de40fb1378ab65f47d8c518f503eefede9284dd5634e033dd50abf0a6ec33645 ...