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

This commit is contained in:
surtur 2022-09-17 13:18:43 +02:00
parent bbe295aea9
commit b023e6bcba
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.102.2
image: docker.io/immawanderer/alpine-hugo:hugo-v0.103.0
commands:
- hugo version
@ -66,7 +66,7 @@ steps:
- name: hugo-extended
pull: always
image: docker.io/immawanderer/alpine-hugo:hugo-v0.102.2
image: docker.io/immawanderer/alpine-hugo:hugo-v0.103.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.102.2
image: docker.io/immawanderer/alpine-hugo:hugo-v0.103.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.102.2
image: docker.io/immawanderer/alpine-hugo:hugo-v0.103.0
depends_on: [submodules]
commands:
- hugo version
@ -466,6 +466,6 @@ steps:
---
kind: signature
hmac: 4f988268c21f63758316810c560e9c8427777eb3d9c5f011a09569762f46241f
hmac: 6c1642a74c12ee06b8be43db03391f4cbfa1ef6f3c9f27dfb0e2c8c44729dff2
...

View File

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