diff --git a/.drone.yml b/.drone.yml index abab133..934af30 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,7 +35,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/ @@ -47,7 +47,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 @@ -114,6 +114,6 @@ depends_on: --- kind: signature -hmac: cadb7bad9f783ad249bb496ee2aaea04403e56b18b9249fb84e3f1b091e2f2ef +hmac: 56936d2120ce273d39a6dec06dcd4487cf6db2920692e84b8ec2bab17aebfcf6 ...