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 \