missed 'v'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-07-31 11:57:04 +02:00
parent b1a13dad9b
commit f575351335

View File

@@ -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";