feat: with updated docker file and friends
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-27 15:04:46 +02:00
parent 33e1ff0e37
commit 68b46e4bec
9 changed files with 147 additions and 37 deletions

View File

@@ -56,7 +56,7 @@ async fn dind_image(
.platform(platform)
.build()?,
)
.from("rust:1.70.0-slim-bullseye")
.from("rustlang/rust:nightly")
.with_exec(vec![
"rustup",
"target",