feat: upgrade to bookworm
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
d2467529b3
commit
359222b281
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user