chore: bump hugo to v0.115.3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2023-07-29 16:58:27 +02:00
parent 2dc74594e0
commit 5d11a7fa46
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI
2 changed files with 7 additions and 7 deletions

@ -23,7 +23,7 @@ steps:
- name: pull alpine-hugo
pull: always
depends_on: [clone]
image: docker.io/immawanderer/alpine-hugo:hugo-v0.104.1
image: docker.io/immawanderer/alpine-hugo:hugo-v0.115.3
commands:
- uname -r
@ -32,7 +32,7 @@ steps:
depends_on:
- submodules
- pull alpine-hugo
image: docker.io/immawanderer/alpine-hugo:hugo-v0.104.1
image: docker.io/immawanderer/alpine-hugo:hugo-v0.115.3
commands:
- hugo version
- hugo --gc=true --minify
@ -92,7 +92,7 @@ steps:
- name: pull alpine-hugo
pull: always
depends_on: [clone]
image: docker.io/immawanderer/alpine-hugo:hugo-v0.104.1
image: docker.io/immawanderer/alpine-hugo:hugo-v0.115.3
commands:
- uname -r
@ -109,14 +109,14 @@ steps:
depends_on:
- submodules
- pull alpine-hugo
image: docker.io/immawanderer/alpine-hugo:hugo-v0.104.1
image: docker.io/immawanderer/alpine-hugo:hugo-v0.115.3
commands:
- hugo version
- hugo --gc=true --minify
- name: rm-intermediate
pull: if-not-exists
image: docker.io/immawanderer/alpine-hugo:hugo-v0.104.1
image: docker.io/immawanderer/alpine-hugo:hugo-v0.115.3
depends_on:
- hugo-extended
commands:
@ -214,6 +214,6 @@ steps:
from_secret: discord_webhook_token
---
kind: signature
hmac: 4dd377f0d3e9ea7f747d8a1bdca3c16d9bfe49e7daac681aedfa07b5caf8018a
hmac: 235a281b9338654d1ea8e0d118a0ec303cd4bad8f01f31899cf7fa377f568f02
...

@ -1,4 +1,4 @@
FROM docker.io/immawanderer/alpine-hugo:hugo-v0.104.1 AS hugobuild
FROM docker.io/immawanderer/alpine-hugo:hugo-v0.115.3 AS hugobuild
WORKDIR /docs