From 8d23a786478f3a5935446f184836ab60f8c2a438 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 11 Jan 2023 19:48:22 +0000 Subject: [PATCH] chore(deps): update klakegg/hugo docker tag to v0.107.0 (#1272) Co-authored-by: kolaente Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1272 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 c00965719..06a4bbdeb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -607,7 +607,7 @@ steps: - tar -xzf vikunja-theme.tar.gz - name: build - image: klakegg/hugo:0.104.2 + image: klakegg/hugo:0.107.0 pull: always commands: - cd docs @@ -730,6 +730,6 @@ steps: - failure --- kind: signature -hmac: 37d091b9fe138091044e4dc44633bf6e059478006b3e697c3eff80a49a4837d8 +hmac: ede99d3c09466ea04c070a3cf75b454a232c42e2a46a5c5835135267d50a48e7 ...