chore(ci,dockerfile): bump hugo to v0.105.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
44ae248e72
commit
b720c1224b
10
.drone.yml
10
.drone.yml
@ -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
|
||||
|
||||
...
|
||||
|
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user