From 96b9304f01cb73d0dacbf2d03d75b7c3bdb463ec Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 5 Nov 2022 09:19:55 +0100 Subject: [PATCH] chore: bump hugo to v0.105.0 (#396) --- .drone.jsonnet | 4 ++-- .drone.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index bfb47a0..4799d42 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -322,7 +322,7 @@ local PipelineDocs = { }, { name: 'testbuild', - image: 'thegeeklab/hugo:0.97.3', + image: 'thegeeklab/hugo:0.105.0', commands: [ 'hugo --panicOnWarning -s docs/ -b http://localhost:8000/', ], @@ -340,7 +340,7 @@ local PipelineDocs = { }, { name: 'build', - image: 'thegeeklab/hugo:0.97.3', + image: 'thegeeklab/hugo:0.105.0', commands: [ 'hugo --panicOnWarning -s docs/', ], diff --git a/.drone.yml b/.drone.yml index 25c3ef7..754dbcf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -492,7 +492,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: thegeeklab/hugo:0.97.3 + image: thegeeklab/hugo:0.105.0 commands: - hugo --panicOnWarning -s docs/ -b http://localhost:8000/ @@ -505,7 +505,7 @@ steps: LINK_VALIDATOR_RETRIES: 3 - name: build - image: thegeeklab/hugo:0.97.3 + image: thegeeklab/hugo:0.105.0 commands: - hugo --panicOnWarning -s docs/ @@ -642,6 +642,6 @@ depends_on: --- kind: signature -hmac: 7c5a7df28735f2fa0d8edc78cfa1a2b9da96e4f1e4bb422635deb4eb3a1763be +hmac: 473ac51715039c556f5dc1121536f9312b30bde457e3d2be0fe71e6a50d1cc53 ...