aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cross.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cross.toml b/Cross.toml
index 3d4088a..a7a84ad 100644
--- a/Cross.toml
+++ b/Cross.toml
@@ -1,5 +1,3 @@
# NOTE: Custom image specification for freebsd is required until new version of cross is released.
-# Also we'll have to use a custom image until https://github.com/rust-embedded/cross/pull/582 is
-# merged and released on Docker Hub.
[target.x86_64-unknown-freebsd]
-image = "svenstaro/cross-x86_64-unknown-freebsd"
+image = "rustembedded/cross:x86_64-unknown-freebsd"