chore(ghcr.io/getzola/zola): update ghcr.io/getzola/zola docker tag to v0.18.0

This commit is contained in:
Renovate Bot 2024-02-02 11:37:00 +00:00
parent 13cf3f47fb
commit 11cdf7c6f0
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ clone:
steps: steps:
'build: page': 'build: page':
image: "ghcr.io/getzola/zola:v0.17.2" image: "ghcr.io/getzola/zola:v0.18.0"
when: when:
event: push event: push
branch: branch:

View file

@ -1,4 +1,4 @@
FROM ghcr.io/getzola/zola:v0.17.2 as builder FROM ghcr.io/getzola/zola:v0.18.0 as builder
COPY content content COPY content content
COPY static static COPY static static