From bd0e0e8f3fd4a5c58b826766f74e9e5bb09869e2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 23 Jun 2023 08:53:16 +0200 Subject: [PATCH] ci: bump hugo to v0.114.0 --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 432e50e..f8a4d5b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: thegeeklab/hugo:0.105.0 + image: thegeeklab/hugo:0.114.0 commands: - hugo --panicOnWarning -b http://localhost:8000/ @@ -51,7 +51,7 @@ steps: LINK_VALIDATOR_RETRIES: 3 - name: build - image: thegeeklab/hugo:0.105.0 + image: thegeeklab/hugo:0.114.0 commands: - hugo --panicOnWarning @@ -127,6 +127,6 @@ depends_on: --- kind: signature -hmac: 78c4777960d12da77c92f3cdfeb08411b2e6a2734f90a0d3095846a5cf72c070 +hmac: 73f94f8f757b935eb71b930d612d8c86d589a3e03cde8d2eaa2c40c1d3668397 ...