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:
'build: page':
image: "ghcr.io/getzola/zola:v0.17.2"
image: "ghcr.io/getzola/zola:v0.18.0"
when:
event: push
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 static static