chore(ci,dockerfile): bump hugo to v0.104.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-09-28 17:11:04 +02:00
parent b748d5ff36
commit 21838af647
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI
2 changed files with 7 additions and 7 deletions

View File

@ -23,7 +23,7 @@ steps:
- name: pull alpine-hugo
pull: always
depends_on: [clone]
image: docker.io/immawanderer/alpine-hugo:hugo-v0.103.0
image: docker.io/immawanderer/alpine-hugo:hugo-v0.104.1
commands:
- uname -r
@ -32,7 +32,7 @@ steps:
depends_on:
- submodules
- pull alpine-hugo
image: docker.io/immawanderer/alpine-hugo:hugo-v0.103.0
image: docker.io/immawanderer/alpine-hugo:hugo-v0.104.1
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.103.0
image: docker.io/immawanderer/alpine-hugo:hugo-v0.104.1
commands:
- uname -r
@ -109,14 +109,14 @@ steps:
depends_on:
- submodules
- pull alpine-hugo
image: docker.io/immawanderer/alpine-hugo:hugo-v0.103.0
image: docker.io/immawanderer/alpine-hugo:hugo-v0.104.1
commands:
- hugo version
- hugo --gc=true --minify
- name: rm-intermediate
pull: if-not-exists
image: docker.io/immawanderer/alpine-hugo:hugo-v0.103.0
image: docker.io/immawanderer/alpine-hugo:hugo-v0.104.1
depends_on:
- hugo-extended
commands:
@ -214,6 +214,6 @@ steps:
from_secret: discord_webhook_token
---
kind: signature
hmac: 47ad36060f0cc3cc4fd66903a1b6144c0dd8d3e1ddc36aa28dad7e41933e1545
hmac: a5587411e2b384bcab35ae8adb54d91b43e94404b02d63d2d9aa78d164cdda75
...

View File

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