feat: upgrade services 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
359222b281
commit
378d60e943
@ -274,7 +274,7 @@ impl RustService {
|
|||||||
let dest = self
|
let dest = self
|
||||||
.final_image
|
.final_image
|
||||||
.clone()
|
.clone()
|
||||||
.unwrap_or(self.client.container().from("debian:bullseye"));
|
.unwrap_or(self.client.container().from("debian:bookworm"));
|
||||||
|
|
||||||
let before_package = self
|
let before_package = self
|
||||||
.stages
|
.stages
|
||||||
|
Loading…
Reference in New Issue
Block a user