From 82d8afec57a7091bec8cacb68d976a47ed4a7deb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 21:02:05 +0000 Subject: [PATCH] chore(deps): update ghcr.io/getzola/zola docker tag to v0.18.0 --- scripts/zola/build.zsh | 2 +- scripts/zola/serve.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/zola/build.zsh b/scripts/zola/build.zsh index b26a72b..3719dc1 100644 --- a/scripts/zola/build.zsh +++ b/scripts/zola/build.zsh @@ -6,5 +6,5 @@ docker run \ --user "$(id -u):$(id -g)" \ --volume "$PWD":/app \ --workdir /app \ - ghcr.io/getzola/zola:v0.17.1@sha256:26fa853200306cfd39a93a8434e97f29f36ebddaeb698f832a436e08f8c615f0 \ + ghcr.io/getzola/zola:v0.18.0@sha256:a514f95eb320062c4bb5a892d2ef8948bafa71279a45b9d7523d183abcdaa3dd \ build diff --git a/scripts/zola/serve.zsh b/scripts/zola/serve.zsh index 0908eef..970bbb6 100644 --- a/scripts/zola/serve.zsh +++ b/scripts/zola/serve.zsh @@ -7,7 +7,7 @@ docker run \ --volume "$PWD":/app \ --workdir /app \ --publish "8080:8080" \ - ghcr.io/getzola/zola:v0.17.1@sha256:26fa853200306cfd39a93a8434e97f29f36ebddaeb698f832a436e08f8c615f0 \ + ghcr.io/getzola/zola:v0.18.0@sha256:a514f95eb320062c4bb5a892d2ef8948bafa71279a45b9d7523d183abcdaa3dd \ serve \ --interface "0.0.0.0" \ --port 8080 \