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

This commit is contained in:
surtur 2022-10-28 23:32:35 +02:00
parent 44ae248e72
commit b720c1224b
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI
2 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ trigger:
steps:
- name: alpine-hugo
pull: always
image: docker.io/immawanderer/alpine-hugo:hugo-v0.104.1
image: docker.io/immawanderer/alpine-hugo:hugo-v0.105.0
commands:
- hugo version
@ -66,7 +66,7 @@ steps:
- name: hugo-extended
pull: always
image: docker.io/immawanderer/alpine-hugo:hugo-v0.104.1
image: docker.io/immawanderer/alpine-hugo:hugo-v0.105.0
depends_on: [submodules]
commands:
- hugo version
@ -196,7 +196,7 @@ steps:
- name: hugo-extended
pull: always
image: docker.io/immawanderer/alpine-hugo:hugo-v0.104.1
image: docker.io/immawanderer/alpine-hugo:hugo-v0.105.0
depends_on: [submodules]
commands:
- hugo version
@ -267,7 +267,7 @@ steps:
- name: hugo-extended
pull: always
image: docker.io/immawanderer/alpine-hugo:hugo-v0.104.1
image: docker.io/immawanderer/alpine-hugo:hugo-v0.105.0
depends_on: [submodules]
commands:
- hugo version
@ -466,6 +466,6 @@ steps:
---
kind: signature
hmac: d694fcb66a771c5230c7b374c986514dae30a84457e47a9077a0abe70777ee90
hmac: 68fe88e6b65c1a991552ef9e0860d1e6a54bd59185513d93b7d703f982b60851
...

View File

@ -11,7 +11,7 @@ COPY . .
RUN git submodule init && \
git submodule update --recursive
FROM docker.io/immawanderer/alpine-hugo:hugo-v0.104.1 AS hugobuild
FROM docker.io/immawanderer/alpine-hugo:hugo-v0.105.0 AS hugobuild
COPY --from=submodules /homepage/ /homepage/