feat: update to trixie

This commit is contained in:
2025-08-29 15:38:51 +02:00
parent e26e359d10
commit c0e24492c4

View File

@@ -274,7 +274,7 @@ impl RustService {
let dest = self
.final_image
.clone()
.unwrap_or(client.container().from("debian:bookworm"));
.unwrap_or(client.container().from("debian:trixie"));
let before_package = self
.stages