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

This commit is contained in:
surtur 2022-09-01 01:19:15 +02:00
parent 6e1039893d
commit 8afe3e0524
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ trigger:
steps:
- name: alpine-hugo
pull: always
image: immawanderer/alpine-hugo:v0.101.0
image: immawanderer/alpine-hugo:v0.102.1
- name: alpine-rsync
pull: always
@ -64,7 +64,7 @@ steps:
- name: hugo-extended
pull: always
image: immawanderer/alpine-hugo:hugo-v0.101.0
image: immawanderer/alpine-hugo:hugo-v0.102.1
depends_on: [submodules]
commands:
- hugo version
@ -179,7 +179,7 @@ steps:
- name: hugo-extended
pull: always
image: immawanderer/alpine-hugo:hugo-v0.101.0
image: immawanderer/alpine-hugo:hugo-v0.102.1
depends_on: [submodules]
commands:
- hugo version
@ -250,7 +250,7 @@ steps:
- name: hugo-extended
pull: always
image: immawanderer/alpine-hugo:hugo-v0.101.0
image: immawanderer/alpine-hugo:hugo-v0.102.1
depends_on: [submodules]
commands:
- hugo version

View File

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