diff --git a/ci/src/main.rs b/ci/src/main.rs index a5f1af0..766c49f 100644 --- a/ci/src/main.rs +++ b/ci/src/main.rs @@ -7,7 +7,7 @@ const CADDY_IMAGE: &str = "caddy:v2.10.0"; const ZOLA_PLATFORM: &str = "x86_64"; -const ZOLA_VERSION: &str = "0.21.0"; +const ZOLA_VERSION: &str = "v0.21.0"; const DEBIAN_EDITION: &str = "bookworm"; const DEBIAN_PLATFORM: &str = "amd64";