feat: upgrade services to bookworm
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-03-02 16:22:42 +01:00
parent 359222b281
commit 378d60e943
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

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