Skip to content

Commit

Permalink
chore(docker): use bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 26, 2023
1 parent 8608823 commit f8dba36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

[target.aarch64-unknown-linux-gnu]
image = "debian:stable"
image = "rust:1.71.0-bookworm"

[target.x86_64-unknown-linux-gnu]
image = "debian:stable"
image = "rust:1.71.0-bookworm"

[build]
pre-build = [
Expand Down

0 comments on commit f8dba36

Please sign in to comment.