From 272fd6dabf88cfd7da8f904610300bffebb2a61a Mon Sep 17 00:00:00 2001 From: renovate Date: Sun, 30 Jan 2022 11:06:12 +0000 Subject: [PATCH] chore(deps): update klakegg/hugo docker tag to v0.92.0 (#1103) Co-authored-by: kolaente Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1103 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 42d9983102..7a4208c710 100644 --- a/.drone.yml +++ b/.drone.yml @@ -621,7 +621,7 @@ steps: - tar -xzf vikunja-theme.tar.gz - name: build - image: klakegg/hugo:0.91.2 + image: klakegg/hugo:0.92.0 pull: true commands: - cd docs @@ -874,6 +874,6 @@ steps: - failure --- kind: signature -hmac: 38ce04e586cb6f8693845173dfb942495288d120c89ae4c067a7d5f4dd503da6 +hmac: 853714ec43a985b0542494ae83bc6d0a812b11cd9eb51aa6125aaa27bb7c637e ...