From d60bb963fef62374497a4c7aae9dbca636d50e48 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 1 Aug 2020 20:24:10 +0200 Subject: [PATCH] update to Hugo v0.74.3 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9f44fac..8f9646f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,7 +40,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: klakegg/hugo:0.72.0-ext-alpine + image: klakegg/hugo:0.74.3-ext-alpine commands: - hugo-official -b http://localhost/ @@ -52,7 +52,7 @@ steps: LINK_VALIDATOR_BASE_DIR: public - name: build - image: klakegg/hugo:0.72.0-ext-alpine + image: klakegg/hugo:0.74.3-ext-alpine commands: - hugo-official