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

This commit is contained in:
surtur 2022-09-01 01:42:11 +02:00
parent 04eeda81c7
commit c88a02c101
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ trigger:
steps:
- name: alpine-hugo
pull: always
image: immawanderer/alpine-hugo:v0.102.1
image: immawanderer/alpine-hugo:v0.102.2
- name: alpine-rsync
pull: always
@ -64,7 +64,7 @@ steps:
- name: hugo-extended
pull: always
image: immawanderer/alpine-hugo:hugo-v0.102.1
image: immawanderer/alpine-hugo:hugo-v0.102.2
depends_on: [submodules]
commands:
- hugo version
@ -179,7 +179,7 @@ steps:
- name: hugo-extended
pull: always
image: immawanderer/alpine-hugo:hugo-v0.102.1
image: immawanderer/alpine-hugo:hugo-v0.102.2
depends_on: [submodules]
commands:
- hugo version
@ -250,7 +250,7 @@ steps:
- name: hugo-extended
pull: always
image: immawanderer/alpine-hugo:hugo-v0.102.1
image: immawanderer/alpine-hugo:hugo-v0.102.2
depends_on: [submodules]
commands:
- hugo version
@ -432,6 +432,6 @@ steps:
---
kind: signature
hmac: 044e0a4271ffd0baaf3ae8b56e89949ccadd67031ed6530978408d34be1866d8
hmac: 6ae95a49a8db63d91eea49eb2d313539f67d8a6d7dcb5f2da74adc2555d39272
...

View File

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