From 48f58efb56d8bbf0c708d8e3b2d2cd0ccd43bc62 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 21 Dec 2021 10:15:41 +0100 Subject: [PATCH] chore: end of the year maintenance --- .drone.jsonnet | 4 ++-- .drone.yml | 4 ++-- LICENSE | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 0ff35a5..a40c640 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -341,7 +341,7 @@ local PipelineDocs = { }, { name: 'testbuild', - image: 'thegeeklab/hugo:0.83.1', + image: 'thegeeklab/hugo:0.91.0', commands: [ 'hugo -s docs/ -b http://localhost/', ], @@ -358,7 +358,7 @@ local PipelineDocs = { }, { name: 'build', - image: 'thegeeklab/hugo:0.83.1', + image: 'thegeeklab/hugo:0.91.0', commands: [ 'hugo -s docs/', ], diff --git a/.drone.yml b/.drone.yml index 30d285e..9708fb2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -499,7 +499,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: thegeeklab/hugo:0.83.1 + image: thegeeklab/hugo:0.91.0 commands: - hugo -s docs/ -b http://localhost/ @@ -511,7 +511,7 @@ steps: LINK_VALIDATOR_BASE_DIR: docs/public - name: build - image: thegeeklab/hugo:0.83.1 + image: thegeeklab/hugo:0.91.0 commands: - hugo -s docs/ diff --git a/LICENSE b/LICENSE index e07ea97..c9faf00 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021 Robert Kaussow + Copyright 2022 Robert Kaussow Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.