feat: upgrade 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:13:11 +01:00
parent d2467529b3
commit 359222b281
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -262,7 +262,7 @@ impl LeptosService {
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